简体   繁体   English

在Windows服务而不是IIS中承载ASP.Net服务

[英]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. 我试图在Windows服务而不是IIS中托管我的ASP.Net开发。

Is this possible? 这可能吗?

So far I have not had much look finding anything on google. 到目前为止,我在Google上找不到任何东西。

You can host parts of ASP.NET outside IIS, like WCF services. 您可以在IIS外部托管ASP.NET的某些部分,例如WCF服务。 But if you want to host all ASP.NET you will have to proivde many features which are build in in IIS. 但是,如果要托管所有ASP.NET,则必须提供IIS中内置的许多功能。

But you do not have to use IIS, You can try also: 但是您不必使用IIS,也可以尝试:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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