在<system.web>中加上以下參數
<webServices>
      <protocols>
        <add name="HttpPost"/>
        <add name="HttpGet"/>
      </protocols>
</webServices>


比較完整的範例
<configuration>
<system.web>
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
</system.web>
</configuration>
文章標籤
全站熱搜
創作者介紹
創作者 give 的頭像
give

Give

give 發表在 痞客邦 留言(0) 人氣(1,205)