Hobbes Posted June 4, 2003 Posted June 4, 2003 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! :) Quote Hobbes...
Administrators PlausiblyDamp Posted June 4, 2003 Administrators Posted June 4, 2003 Do you have permissions to the share \\mylaptop\wwwroot$ ? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Hobbes Posted June 4, 2003 Author Posted June 4, 2003 How do I create one or do I need to create one? Thanks :) Quote Hobbes...
Hobbes Posted June 4, 2003 Author Posted June 4, 2003 add: I am the administrator. This is my laptop. Quote Hobbes...
bungpeng Posted June 5, 2003 Posted June 5, 2003 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... Quote
dsgreen57 Posted June 5, 2003 Posted June 5, 2003 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.