how can i make asp.net mvc show a nice 500 error message? currently it is tells me that it could not find some view.
我如何让asp.net mvc显示一个不错的500错误消息?目前它告诉我,它找不到一些观点。
1 个解决方案
#1
- An article on the subject by Barry Dahlberg "ASP.Net MVC Custom Error Pages".
- Stephen Walther once showed useful technique of handling unknown actions: ASP.NET MVC Tip #22 -- Return a View without Creating a Controller Action
Barry Dahlberg撰写的关于这个主题的文章“ASP.Net MVC自定义错误页面”。
Stephen Walther曾经展示了处理未知操作的有用技巧:ASP.NET MVC技巧#22 - 在不创建控制器动作的情况下返回视图
#1
- An article on the subject by Barry Dahlberg "ASP.Net MVC Custom Error Pages".
- Stephen Walther once showed useful technique of handling unknown actions: ASP.NET MVC Tip #22 -- Return a View without Creating a Controller Action
Barry Dahlberg撰写的关于这个主题的文章“ASP.Net MVC自定义错误页面”。
Stephen Walther曾经展示了处理未知操作的有用技巧:ASP.NET MVC技巧#22 - 在不创建控制器动作的情况下返回视图