365
Views
4
Comments
Solved
Deploying into iis

Hi all

I am a beginner in outsystems . I am trying to understand the architecture of Outsystems platform server.

The code we develop in the service studio are being compiled and deployed into the iis server at the client's location.Does it means that every client has to have a windows server and outsystems aplication cannot be deployed into another server like Apache tomcat. I am sorry if my question is very dumb.But would really give me a picture if some one could clarify

2021-08-12 11-00-27
Nordin Ahdi
 
MVP
Solution

Hi Induja,

Since you are new to OutSystems (and welcome by the way!), I would like to recommended the following course that gives a nice overview of what an OutSystems Platform setup looks like.

Hope this helps!

Regards,

Nordin

2021-03-05 13-56-11
Ricardo Pereira
 
MVP

Hi,

In "On Premises" installations yes, Client need to have windows server. If it's "PaaS" (Cloud) Outsystems take care of that for the client.


You can check this link for more info:

https://success.outsystems.com/Documentation/11/Setting_Up_OutSystems/OutSystems_system_requirements 


Hope this can help.


Best regards,

Ricardo M Pereira

2025-01-02 14-18-23
Arunkumar Balu

Yes, On publishing your code, outsystems .net platform actually generates .net code to run the application. This code will be deployed in windows front end server. So, you need a windows server to deploy underlying .net deployment units

2021-08-12 11-00-27
Nordin Ahdi
 
MVP
Solution

Hi Induja,

Since you are new to OutSystems (and welcome by the way!), I would like to recommended the following course that gives a nice overview of what an OutSystems Platform setup looks like.

Hope this helps!

Regards,

Nordin

2020-08-26 06-45-21
Induja

Thank you everyone :) for the quick replies. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.