Creating a new project in Visual Studio.net

Hobbes

Active member
Joined
May 22, 2003
Messages
37
I just started to use Visual studio.net

Somehow, It refuse to let me create a new project.

The error is as follows:

The default Web access mode for this project is set to file share, but the project folder at http://localhost/WebApplication1 cannot be opened with the path"\\mylaptop\wwwroot$\WebApplication1".
The error return was:

Unable to creat Web project WebApplication1. The UNC share "\\mylaptop\wwwroot$\WebApplication1 does not exist or you do not have access.

Please help! I am really lost.

Thanks! :)
 
What OS do you use? Try to open your IIS, what is your physical path for default website? normally is C:\inetpub\wwwroot, is it same? Check the security/permission for those folders...
 
One thing you could try is... if you have never been able to run a web project. Did you install IIS after .NET if so you need to do the following.

At the command prompt in the new window, type the following line:
"%systemroot%\Microsoft.NET\Framework\version\aspnet_regiis.exe" -i.
 
Back
Top