发布Web Service 注意的问题
记得要在web.config中添加以下配置代码,这样在其他机器上才能访问这个Web Service。
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>
一起学习GIS及其二次开发,一起进步!