IIS 上的 ASP.NET MVC 3 一段时间后出现 403,需要重新启动应用程序池
我有一个在 Windows 2003 / IIS 6 上运行的 ASP.NET MVC 3 站点。一段时间内一切正常(一次几天/几周),然后我开始收到 403 错误。如果用户转到域的根目录以及任何其他完整路由,就会发生这种情况。重新启动应用程序池修复了 403,一切都恢复正常,但我试图找出根本问题,这样它就不会出现问题并需要手动重新启动应用程序池。有什么想法吗?
I have an ASP.NET MVC 3 site running on Windows 2003 / IIS 6. Everything works fine for awhile (days/weeks at a time), and then I start getting 403 errors. This happens if a user goes to the root of the domain, as well as going to any other full route. Restarting the app pool fixes the 403 and everything goes back to normal, but I am trying to figure out the root problem so it does not go down and require a manual app pool restart. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是相同的症状 - Asp.Net-MVC 应用程序死亡
我也经历过同样的情况IIS6/MVC3 的问题。好像跟路由有关系...
Here are the same symptoms - Asp.Net-MVC application dying
I do experience the same issue with IIS6/MVC3. It seems to be somehow related to routing...