Post

How to fix Resource not found error with your ASP.NET MVC project

Once in a while when you have downloaded a ASP.NET MVC project, it will fail to start. All you get is a 404 error, or a Resource not found.  Here’s how to fix that. Go to the properties page of the Web project and select the Web tab. In the Start Action section, set it to Specific Page, but leave the textbox empty.

This post is licensed under CC BY 4.0 by the author.