简体   繁体   中英

Host an ASP.Net service in Windows Services instead of IIS

Im trying to host my ASP.Net development in a Windows Service instead of in IIS.

Is this possible?

So far I have not had much look finding anything on google.

You can host parts of ASP.NET outside IIS, like WCF services. But if you want to host all ASP.NET you will have to proivde many features which are build in in IIS.

But you do not have to use IIS, You can try also:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM