I have an ASP.NET project which, until now, opened fine within VS2008. When opening it today, I received the following error:
The local IIS URL http://localhost/ASPPages specified for Web Project ASPPages has not been configured. In order to open this project the Virtual Directory needs to be configured. Would you like to create the Virtual
Directory now?
If I select Yes, it (rightly) complains that the directory already exists!
Yep - but my output directory and my project folder are different. I've tried pointing the IIS directory to the project folder, and I've tried repointing it to the output folder...both with no success. Is there something in specific I should look for.
AaronAlton
2 Posts
The Local IIS URL......
Jun 24, 2008 06:22 PM|LINK
Hi,
I have an ASP.NET project which, until now, opened fine within VS2008. When opening it today, I received the following error:
The local IIS URL http://localhost/ASPPages specified for Web Project ASPPages has not been configured. In order to open this project the Virtual Directory needs to be configured. Would you like to create the Virtual Directory now?
If I select Yes, it (rightly) complains that the directory already exists!
Any ideas on how to resolve?
TIA,
Aaron
jeff@zina.co...
3379 Posts
MVP
Moderator
Re: The Local IIS URL......
Jun 24, 2008 06:24 PM|LINK
Is the ASPPages folder configured as an application in IIS?
Jeff
AaronAlton
2 Posts
Re: The Local IIS URL......
Jun 24, 2008 07:03 PM|LINK
Thanks for the response, Jeff.
Yep - but my output directory and my project folder are different. I've tried pointing the IIS directory to the project folder, and I've tried repointing it to the output folder...both with no success. Is there something in specific I should look for.