Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I started with asp.net and want to know how one frameworks and servers work together. I use visual studio and it comes with a IIS server for development. Can is use some other server like apache or nginx to deploy the app. Is there some common architecture on how the backend is built. In general how can a framework and server be combined?

What I have tried:

I tried searching about the general architecture but i couldn't find anything.
Posted
Updated 27-May-19 10:04am

1 solution

 
Share this answer
 
Comments
[no name] 28-May-19 1:53am    
Thank you. From what i read, you need to setup an reverse proxy. Is this the only way to
use asp.net with servers other than Kestrel. The basic doubt i have does every framework come with a server (like wsgi for django and kestrel for asp.net) and is reverse proxy the only way if there are no mods.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900