Hi Guys
404 page not found error for an ASP.NET MVC application
2072
09-Nov-2014
Updated on 10-Nov-2014
David Miller
10-Nov-2014I don't remember where I got the solution. But here is the code to handle the error: First, you create a ErrorController:
Second, open Global file and add the following code:
Third, change customerror in your webconfig:
More: I created one more error layout. It makes things even more clear. :)