I have a basic ASP.NET MVC2 site which logs a single \"File does not exist\" error every time a view (not partial views) is loaded. I am pretty sure this is because I am ref
in my case it was a missing default home page i.e default.aspx that was the culprit.
So adding the default.aspx file solved the problem.
However, this project does not require a default page as it's not a user facing project.
It's was more of a middleware app to interface legacy systems over the web.