Unable to open web project

ss7thirty

Well-known member
Joined
Jun 14, 2005
Messages
455
Location
New Jersey, US
Programming Experience
5-10
I am getting the following error message when I am opening the vbproj file for an ASP.NET project.

'Unable to op Web project "project name" The file path "filepath" does not correspond to the URL "url (typed incorrectly)" The two need to map to the same server location. HTTP Error 404: Not Found.

I am sure there is a file somewhere that I can modify to correct this. Unfortunately, I do not know which one. Is there anyone that can help me out?
 
This often happens when you copy the project from else where onto your system. You should create a virtual directory and map it to where you store the project files.

The easiest way to fix this would be create a new project and drop the files into the new project.
 
Back
Top