I am using Visual Studio 2012.
In my solution explorer I would normally right click on a ASPX file and click on "Set as Start Page". When running the website, it would then start with that page.
All of a sudden, no matter what page I select to start, running the project opens http://localhost:13713/Default
(which doesn't exist). Even if I manually type in the path to the ASPX page during the debug session, it'll just return back to http://localhost:13713/Default
.
Does anyone know why this is happening?