且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在线托管c#Web服务

更新时间:2023-11-13 19:08:04

你可以在IIS上托管你的web服务。

确保你有权从IIS访问这些文件您正在使用正确的应用程序池。

还确保您的IIS设置正确



这里有一些关于如何托管Web服务的链接



http://***.com/questions/5818983/how-to-publish-a-web-service-from-visual-studio-into-iis [ ^ ]



http://forums.iis.net /t/1186896.aspx/1 [ ^ ]
you can host your webservice on IIS.
make sure that you have permission to access the files from IIS and that you are using the correct Application Pool.
also ensure that your IIS is setup correctly

here are some links on how to host web services

http://***.com/questions/5818983/how-to-publish-a-web-service-from-visual-studio-into-iis[^]

http://forums.iis.net/t/1186896.aspx/1[^]


上面的问题有已经解决了。感谢大家的贡献。
The above problem has been solved. thanks everyone for your contributions.