Using Visual Studio 2013 I was making changes to the markup file of one of the pages in my web application while my application was compiling. I closed the browser and clicked play to recompile and reopen the application. The usual page name appears in my browser window:
http://localhost:12345/Page.aspx
And the loading icon appears, but nothing ever happens. I even restored a previous version of the application, but it also is not working now. I was making changes only to the HTML.
It seems as if my problem has appeared out of nowhere. Where do I even begin to try and solve this issue?
