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.
我目前正在建立一个网站,我想添加HTTP 404 not found错误页面。我设计了错误的请求页面,它的链接是这样的,例如:
HTTP 404 not found
www.mysite.com/badr.cshtml
问题是,我想在每个无效请求上显示此页面的内容,而不重定向到该链接。例如,如果我键入www.mysite.com/noexistingpage,则badr.cshtml应该加载而不重定向到它的内容。
www.mysite.com/noexistingpage
badr.cshtml
为了您的信息,我正在使用 Webmatrix2。
您可以通过 web.config 和自定义错误部分执行此操作。
http://www.localwisdom.com/blog/2010/08/how-to-setup-custom-404s-for-iis-and-asp-net-through-web-config/