c# - Host MVC web app without IIS -



c# - Host MVC web app without IIS -

i have asp.net mvc 3 application want give user utilize without them having host in iis run.

what have sort of executable click or service host application , can utilize browser on network.

what options?

have looked iis hostable web core?

this feature allows host entire iis functionality within own process. gives powerfulness implement scenarios can customize exclusively functionality want "your web server" expose, command lifetime of without impacting other application running on site.

c# asp.net-mvc iis

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -