WebService IIS发布http://IP:端口/虚拟目录/服务.asmx

1.简单的Webservice,挂在IIS的操作就不详细说明了,比较简单;
2.webservice挂载后,建立虚拟目录,

WebService IIS发布http://IP:端口/虚拟目录/服务.asmx
物理路径选中发布的webservice物理路径。
3.此时Webservice服务url变成了:
http://localhost:9001/Web/WebUpdateServer.asmx;
当然原来的url:
http://localhost:9001/WebUpdateServer.asmx;
同样可用。

上一篇:如何发布webservice服务端


下一篇:C# 动态调用WebService