Click to See Complete Forum and Search --> : Problems while creating a Web Project with .Net 2002


Michael
07-22-2008, 06:37 AM
Hello guys,
I have a problem.
The thing is that on my pc I already had VS.Net 2005 installed but my client asked me to help him with a project developed in VS.Net 2002 and he doesn't want to migrate it to 2005.

The thing is that I've installed VS.Net 2002 on my pc and I can create Windows Projects and it works correctly but when I want to create a web application I'm getting an error message like this:

For this project you have selected the default web access as a shared file resource but the directory 'http://localhost/WebApplication1' could not be opened from the acces path: c:\inetpub\wwwroot\WebApplication1'. the error is:

The web project 'WebApplication1' cannot be created. The access
path 'c:\inetpub\wwwroot\WebApplication1' does not match with the
URL 'http://localhost/WebApplicarion1'. Bot must be on the same server.
HTTP error 403: Access Denied.

But when I create a VS.Net 2005 web project, it works correctly.
Doesanybody know how could I solve this problem ?

Thank you all