Search code examples
asp.netweb-serviceswebserverhostable-web-core

ASP.NET Web site/service hosting


Are there other possibilities besides IIS for hosting web sites and web services based on ASP.NET, which are recommended by Microsoft for small-scale environments?


Solution

  • You can host your own web server in-process within your own application using IIS 7's Hostable Web Core. And, of course, you can create your own app that listens to port 80. However, the complexities involved probably doesn't make it worth while.