檢查error status為404錯誤
解決方式:
在web.config加入
<configuration>
  <system.web>
    <webServices>
       <protocols>
          <add name="HttpPost" />
       </protocols>
    </webServices>
  </system.web>
</configuration>
沒有留言:
張貼留言