WCF RIA 服务,远程服务器返回错误:未找到
此错误通常在没有服务器交互的空闲时间后发生。如果我重复调用,服务器会正确响应并返回必要的数据。可能是什么问题?
其他详细信息:web.config 有以下行:
<authentication mode="Windows"/>
我访问 HttpContext.Current.User.Identity.Name 来获取当前用户名。另外,在 Fiddler 中我看到以下消息:“请求的资源需要用户身份验证”。
This error occurs usually after some idle time when there was no server interaction. If I repeat the call, the server responds correctly and necessary data is returned. What might be the problem?
Additional details: web.config has the following line:
<authentication mode="Windows"/>
And I access HttpContext.Current.User.Identity.Name to get current user name. Also, in Fiddler I saw the following message: "The requested resource requires user authentication".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论