In this video, I'll show you how to resolve the error "the resource cannot be found" when running asp.net MVC on visual studio. By default when you run the visual studio it tries to go to the page that you are currently at, but at the same time, some pages cannot be reached directly because of the model they need or something of that sort. So the simple solution is to always run the program from the URL of the project. In this way, your asp.net MVC would always run no matter on what page you're currently at.