General discussion
-
Topic
-
IIS 5.0 configuration with ASP.NET 1.1
LockedDon’t know if I am in the right place but:
I had ASP.NET 1.0 installed, I uninstalled it and
installed ASP.NET 1.1. When I bring up Visual
Studio and try to create a project, I now getVisual Basic.NET has detecwted that the web server is
running ASP.NET 1.0. The web application you are
creating or opening can be configured to be compliant
with ASP.NET 1.0However the application will not be able to use the
new features from ASP.NET 1.1.If I choose to make the application compliant with
ASP.NET 1.0 I get:The default web access mode for this project is set to
file share, but the folder at
http://localhost/projectname can not be opened with
the path C:\inetpub\wwwroot\projectname. The error
was:Unable to create web project. The file path c:\Inetput\www\projectname does not
correspond to the url http://localhost/projectname.
The two need to map the the same server location.
HTTP error 404: Not Found.I even stopped the server, created a new directory called project, made it a share directory with the web server and get the same thing.
Also does the web server have to run at port 80, I changed it to port 90 becasue something else is using port 80 before the web server can start.
Thanks for any and all help.
Darlene D. Murphy