ASP.NET change project name

bungpeng

Senior Contributor
Joined
Sep 10, 2002
Messages
906
Location
Malaysia
If I create a ASP.NET project called "abc", later if I want to change this project name to "xyz", including the virtual directory. What should I do?

If I change my project name using VS.NET, everything still refer to old name (abc). If I direct change my application root folder name, it will cause error when I try to open it again using VS.NET. So? what to do?
 
This isn't going to be the answer you are looking for but...
I usually start a whole new project and bring the old stuff in. It's easier to do with windows apps.
 
VBAHole is right, creating a new project is USUALLY easier. Its not even that hard to do that anymore, if you create a blank project, copy the files over to the new directory, click the show all files icon, and then select all the files you want to include in your new project.
 
Back
Top