I have 2 sites in my iis and switch between them when running a site localhost. I switch it in IIS.
then when I load vs 2010 and pick the correct website It is running I get a mix match and wrong paths in it.
so if I have IIS set to website1 and load that in vs as load website > website1
in the property box at bottom right it has the wrong pathing (path to website2)
I looked at C:\Users\WORK-DOUG\Documents\Visual Studio 2010\Projects\localhost\localhost.sln and corrected the path there and closed vs - reopened and it still has wrong path
I noticed in C:\Users\WORK-DOUG\Documents\Visual Studio 2010\Settings\CurrentSettings.vssettings
it has a few places I see a wrong paths in there but I am unsure how to modify that.
is there a proper way for me to switch between websites and have both run as localhost whenever I need to work on one?