本地开发调试,能正常请求到服务器数据;
发布到空间上后,就报错“ 因 URL 意外地以“/ValidateCode”结束,请求格式无法识别。”
解决方法:
<webServices>
<protocols>
<add name="HttpPost" />
<add name="HttpGet" />
</protocols>
</webServices>
本地开发调试,能正常请求到服务器数据;
发布到空间上后,就报错“ 因 URL 意外地以“/ValidateCode”结束,请求格式无法识别。”
解决方法:
<webServices>
<protocols>
<add name="HttpPost" />
<add name="HttpGet" />
</protocols>
</webServices>