Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 ASP.net 应用程序。我已经访问它并在我的网络浏览器中闲置了很长时间。很长一段时间后,当我尝试访问应用程序时,它会将我重定向到“无法显示页面”错误页面,而不是重定向到登录页面。
这种行为是间歇性的。在大多数情况下,它都按预期工作(重定向到登录页面)。
默认超时设置为 20 分钟。表单身份验证超时设置为 20 分钟。
我正在使用 .net 4.0 版
我建议安装 ELMAH (http://code.google.com/p/elmah/) 之类的东西来捕获这些异常并查看是什么原因造成的。
也许您在会话到期时重定向到的页面依赖于会话中不再可用的东西或其他东西?如果您安装 ELMAH,这应该会为您指明正确的方向。