.NET Web Services without ASP.NET/IIS?

后端 未结 5 981
小蘑菇
小蘑菇 2021-02-04 09:24

I\'m implementing a server component that needs to expose a web-service interface, but there is no application need for it to run with ASP.NET on IIS. Is there a straightforward

5条回答
  •  无人及你
    2021-02-04 10:22

    If you use WCF (Windows Communication Foundation), which has pretty much superceded Web Services, you can host in a Windows Service or in IIS.

提交回复
热议问题