java 其他平台 请求 访问 asp.net webservice 返回 500 服务器错误
在配置文件里加上
<configuration>
...
<system.web>
<httpRuntime requestValidationMode="2.0" />
...
</system.web>
</configuration>
本文探讨了在Java应用中通过配置文件调整HTTP运行时请求验证模式,成功解决访问ASP.NET WebService时出现的服务器内部错误问题。
java 其他平台 请求 访问 asp.net webservice 返回 500 服务器错误
在配置文件里加上
<configuration>
...
<system.web>
<httpRuntime requestValidationMode="2.0" />
...
</system.web>
</configuration>
1612

被折叠的 条评论
为什么被折叠?