Moving a solution or project to a new directory **RESOLVED**
I originally started a ASP.net project and got well into it when I decided the name I had chosen for the folder wasn't quite what I wanted. I then tried to created a new folder with a more acceptable name and move all my aspx,vb etc into the new folder.
When I attempted to run the project it still wanted to reference files and open the project from the old directory.
So my question is what do I have to change or do to migrate my project to a new directory, remove the old dir and files and start where I left off with the new directory.
Re: Moving a solution or project to a new directory
if you open the ProjectName.vbproj file with NotePad, you can change the location of the web project from there.
Re: Moving a solution or project to a new directory
Thanks,
I found in "Solution Explorer" second icon at top to the right you can copy a project as well. g