Renaming ASP.NET projects??
I need to rename a project. If I just rename the project and not the project's directory, VS.NET will still open the project. However, when I change the name of the directory to the new project name VS.NET will no longer open the project.
I get the following error.
Quote:
Unable to open web project MallMaps/SeatacMall. The file path E:\source code\IISHome\MallMaps\EditDirectory does not correspond to the URL://LocalHost/MallMaps/SeatacMall. The two need to map to the same server location. http Eoor 404 File not found.
SeatacMall is the old name, EditDirectory is the new name. I changed the .csproj file the EditDirectory and, like I said, VS will open it as long as I keep the directory name to SeatacMall.
This is very weird. Is there something I need to do to get VS to recognize the new path?