My ASP.NET MVC project is returning "The resource cannot be found" if I start the app without first making a change to one of the controllers.
If I go to a controller and just add a space, it works correctly. If I then go to a view, add a space, and hit Ctrl-F5 again, I get the error again. What's going on?