When I run VS 2010 locally on localhost the URL appears as:
{http://localhost:56712/LASPBS_Master/news.aspx}
In VS 2015 when I run locally on localhost the URL appears as:
{http://localhost:56712/news.aspx}
The laspbs_master portion is just the name of the project. Why would the new VS version remove the project name in the URL? This is causing problems in our code. Is there some sort of option in the setting to include this or remove this that I am missing?
Any help appreciated.
thanks