How to host a normal Web Service not WCF in IIS using Console
Is there any way that I 开发者_JS百科can host a Web Service in IIS from my C# code?
Thanx
I have written a couple of web apps that use web services. If you just want the web service installed in IIS with the web application installer you can just create a web installer project within the solution and add the project output from the web service and this should get installed along side the web site.
精彩评论