We have a solution with a web site project in it. When we open the solution in VS2013 the project initially displays with the correct name (from the .sln file). After VS finishes with it's initialization process for the project the web site project displays in Solution Explorer with the name of the web site configured in IIS to respond tohttp://localhost:80. Additionally, this website gets reconfigured to point to the folder for the web site project. Our developers have various web sites from different solutions configured in their local IIS instance, how can we seperate the web project from IIS configuration or at least have the association be stored in a file that isn't source controlled and therefore has to be the same for all developers on a project?
↧