In a web application that I have set up in IIS 7 I am receiving the error in the title when navigating to this URL:
http://localhost/EnglewoodCO/Default.aspx
However, when I go to this URL there is no problem and the page correctly loads:
http://localhost/EnglewoodCO/Default.aspx?App=Admin
Could someone please give me some ideas of what to even check?
The only thing that comes to mind is that perhaps a path is set incorrectly in a .config file somewhere. I don't know what else to check and I was just hoping someone might have another suggestion.