ASP.NET worked fine with trial version Visual Studio .NET 2003.
Now we bought and I installed Visual Studio Enterprise Developer 2003 on my second PC. VB.NET works fine.
When I tried to create a new ASP.NET Web Application, I got ASP.NET version mismatch dialog box:
Visual Studio .NET has detected that the Web Server is running ASP.NET version 1.0. The Web Application you are creating can be configured to be compliant with ASP.NET 1.0.
However, the application will not be able to use new features from ASP.NET 1.1.
What do you want to do?
I got Dialog Box: "Web access failed":
Default access mode is set to file share, but the project folder at "http://localhost/asptest can not be opened with the path "\\localhost\asptest". The error returned was:
Unable to create Web project 'asptest'. The UNC share \\localhost\asptest does not exist or you don't have access.
I have InetPub server installed on my local drive with wwwroot subdirectory.
Now we bought and I installed Visual Studio Enterprise Developer 2003 on my second PC. VB.NET works fine.
When I tried to create a new ASP.NET Web Application, I got ASP.NET version mismatch dialog box:
Visual Studio .NET has detected that the Web Server is running ASP.NET version 1.0. The Web Application you are creating can be configured to be compliant with ASP.NET 1.0.
However, the application will not be able to use new features from ASP.NET 1.1.
What do you want to do?
- Don't open Application. I will upgrade ASP.NET on the server to the latest version before processing;
- Make the Application compliant with ASP.NET version 1.0.
I got Dialog Box: "Web access failed":
Default access mode is set to file share, but the project folder at "http://localhost/asptest can not be opened with the path "\\localhost\asptest". The error returned was:
Unable to create Web project 'asptest'. The UNC share \\localhost\asptest does not exist or you don't have access.
I have InetPub server installed on my local drive with wwwroot subdirectory.