General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
IIS 5.0 configuration with ASP.NET 1.1
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 get
Visual 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.0
However 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.
Dee
deemurphy_us@yahoo.com
Darlene D. Murphy