Ive been working on an asp.net project from a shared folder on a remote computer but I want to have a local copy as well. So I copied the project into my C drive and tried to open it and got this error message:
"Unable to Open Web Project. Unable to validate that the filepath "CrojectName" matches the URL path "http://localhost:/ProjectName. A connection to the server could not be established."
Since the project opens fine when I access it from the remote computer Im assuming I just have to change some value in a config folder for the URL path but I have no idea where something like that would be. Thanks for any suggestions.
Also, I only get this error when I open the project file. When I open the solution file it will actually open up the version that is on the remote computer(not my local copy).
"Unable to Open Web Project. Unable to validate that the filepath "CrojectName" matches the URL path "http://localhost:/ProjectName. A connection to the server could not be established."
Since the project opens fine when I access it from the remote computer Im assuming I just have to change some value in a config folder for the URL path but I have no idea where something like that would be. Thanks for any suggestions.
Also, I only get this error when I open the project file. When I open the solution file it will actually open up the version that is on the remote computer(not my local copy).