2012年11月30日 星期五

設定webservice可以使用Post/Get 方式取回資料

Asp.net 開發的WebService,常見使用方法是加入Web服務參考。
如果要使用網址的方式取回資料,就要再Web.config中加入下段設定。 <system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>

沒有留言:

張貼留言