Windows 2000Post your Windows 2000 related questions here.
Mission Statement
WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.
Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.
I'm a developer with some WinNT4 knowledge, but ...
Trying to start developing a new ASP.Net application using Visual Studio on
Windows 2003 Enterprise Server. I just installed WIN2003 Enterprise Server and Visual Studio.Net
I selected to create new ASP.NET Web Application
Entering c:\inetpub\wwwroot\WebApplication3 as the location.
Error message returned is:
.
The default web access mode for this project is set to file share, but the project folder
'http://localhost/WebApplication3 cannot be opened with the path c:\inetpub\wwwroot\WebApplication3.
The error returned was:
Unable to create web project WebApplication3. The file path c:\inetpub\wwwroot\WebApplication3does not corrospond to the URL 'http://localhost/WebApplication3.
The two need to map to the same server location. Http error 404, not found
.
Attempted to start application creation in http://localhost/WebApplication3
.
Manually created the directory. Set Share permissions to everybody, everything.
Made new share. Set Share permissions to everybody, everything.... No help.
.
Interestingly, if c:\inetpub\wwwroot\WebApplication3 directory is made using Windows Explorer... Trying to start application creation there removes the directory.
.
... Using IIS Manager, Default Web site IP address is set to 127.0.0.1
home directory is c:\inetpub\wwwroot
.
Any suggestions would be very appreciated. Thanks, Mike