是某个client出了问题,还是所有client出了问题,解决方法
太不一样了,说清楚先。
另外,既然用了anonymous authentication,就不要用windows integrated auth..., disable win integrated auth,把user name 和password去掉。
还有,把web method简化,只返回一个string,担心你的web method accesses the local resource.
先这么多,看看出了什么情况再做研究。