2009年1月5日 星期一

Web Service 透過IE 非本機叫用

修改改 Web.Config 檔案

在 <system.web> </system.web> 區段中加入下面這一段

<webServices>
<protocols>
<add name="HttpGet" />
<add name="HttpPost" />
</protocols>
</webServices>

沒有留言: