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
Post a Comment