webservice request form is unrecognized for url unexpectedly ending in

这个错误是在发布了webservices后报出的,在web.config中加入

<configuration>
    <system.web>
    <webServices>
        <protocols>
            <add name="HttpGet"/>
            <add name="HttpPost"/>
        </protocols>
    </webServices>
    </system.web>
</configuration>

加入后报http 500服务器内部错误,然后将ie进行设置internet选项-高级-显示友好错误信息 对勾去掉,显示出详细信息,原来是权限不够造成的

相关文章:

  • 2021-10-28
  • 2021-04-08
  • 2021-10-14
  • 2021-12-26
  • 2021-10-27
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-07
  • 2021-08-17
  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
相关资源
相似解决方案