How to publish a Web Service from Visual Studio into IIS?

前端 未结 1 881
谎友^
谎友^ 2020-12-28 15:36

I have written a WCF web service in C#. I had originally self-hosted it and then decided to host it on IIS running locally on my PC. While the service is working, there are

相关标签:
1条回答
  • 2020-12-28 16:09

    If using Visual Studio 2010 you can right-click on the project for the service, and select properties. Then select the Web tab. Under the Servers section you can configure the URL. There is also a button to create the virtual directory.

    0 讨论(0)
提交回复
热议问题