My main project, which I am working on for some odd reason, opens in the browser as a file: // now instead of localhost: // as it was before. I do not know any settings that I changed to do this, and Visual Studio ASP.NET Development Server still starts when debugging. All my other projects are still loaded from the development server when they start.
Why did this project suddenly decide that it wants to work as a regular file, and not from a development server? How can I fix it so that it boots from localhost, as it should again?
Thank,
-Sootah
source
share