Project Rename
-
This sounds pretty simple, but I havn't been able to find the answer. In order to fit well with the way we work, I need to be able to rename ASP.Net(c#) projects. Lets say I have a project named "bogie". When the project reaches a certain milestone I want to deploy the "bogie" project into a directory called "alpha". When the project reaches the second milestone, it is deployed in a "beta" directory. This way we have concurrently running versions for each milestone. ASP.Net will not let you just rename the directory the project is deployed in. That gives an error, when you try and run the project. I also created the virtual directory for the renamed project, so the problem is not with ISS. It seems ASP.Net associates the project name with a directory that is kept somewhere, so if you rename the directory nothing works. What are the steps required to move a project to another directory? Do I need to rename the project in the solution explorer and rebuild? Before I completly screw up my project I though I might get some advice. :-) Thanks,