G
Guest
Hello,
I am new to ASP as well as IIS. I am trying to learn how to create a web
application using asp.NET. I have followed the instructions for configuring
the IIS settings but when I click on the .sln file to open the project in VS
I get the following error:
"Unable to open the Web Project 'projectname', the file path
C:\InetPub\wwwroot\projectname does not correspond to the URL
'http://localhost/projectname. The two need to map to the same server
location."
I am using my local computer (XP Pro is OS) and IIS is installed before VS
was. I have the project folder located the InetPub\wwwroot folder. In the
project folder properties I have clicked on the Create button to put the
project name in the "Application name" filed so that the directory will be
recognized by IIS as an application. I have also added the ASPNET user with
Read & Exe, List Folder Contents, Read, & Write permissions. If I type the
URL of http://MyComputerName/projectname/filename.aspx the web page will open
up in the IE browser (although it does not display properly formatted). I
don't understand why I can't open the project by clicking on the
projectname.sln file. Any help with this will be greatly appreciated. Thank
you for reading this lenghty post.
Dave Y
I am new to ASP as well as IIS. I am trying to learn how to create a web
application using asp.NET. I have followed the instructions for configuring
the IIS settings but when I click on the .sln file to open the project in VS
I get the following error:
"Unable to open the Web Project 'projectname', the file path
C:\InetPub\wwwroot\projectname does not correspond to the URL
'http://localhost/projectname. The two need to map to the same server
location."
I am using my local computer (XP Pro is OS) and IIS is installed before VS
was. I have the project folder located the InetPub\wwwroot folder. In the
project folder properties I have clicked on the Create button to put the
project name in the "Application name" filed so that the directory will be
recognized by IIS as an application. I have also added the ASPNET user with
Read & Exe, List Folder Contents, Read, & Write permissions. If I type the
URL of http://MyComputerName/projectname/filename.aspx the web page will open
up in the IE browser (although it does not display properly formatted). I
don't understand why I can't open the project by clicking on the
projectname.sln file. Any help with this will be greatly appreciated. Thank
you for reading this lenghty post.
Dave Y