I have been given an app written by someone else and the error I get when I try to just launch the thing and the first look at it is:
"There is no source code available for the current location."
I could care less about the source code to ASP.NET MVC. How do I tell my project to show me the location where it is breaking in "my" code?
Update:
The message I get after this initial error is "no controller named ~"
After all this the app still works. Its just really slow. Any ideas?
Each page request goes through this cycle in debug mode.