Customizing the 404 error page in the ASP. MVC3 Project

Source: Internet
Author: User

In web development, the user experience is critical, and a friendly site naturally has a custom 404 error page.

Let me introduce you to the configuration of the 404 error page in the ASP. MVC3 Project:

The first step is to find the node in the project's Web. config file <system.web>

Add configuration under this node
<customerrors mode= "on" defaultredirect= "~/index/error404" >
<error statuscode= "404" redirect= "~/index/error404"/>
</customErrors>

In the Controller to add methods, I set the controller named Indexcontroller, the method is Error404, such as:


OK, the last step, set 404 status Code, of course, in the controller's method plus return status code is also possible, the author here is directly in the 404 Page setup:


OK, the configuration tutorial ends here.

This article links: http://www.lzyim.com/repository/350,

Customizing the 404 error page in the ASP. MVC3 Project

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.