Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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! :)

Hobbes...
Posted
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...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...