The local IIS URL specified for web project has not been configured
I am trying to add an existing project to my solution and getting error:
The local IIS URL http://xxxxxxxx.xxxx.xxxx specified for web project xxxxxx has not been configured. In order to open this project the viertual directory need to be configured. Would you like to create the virtual directory now?
Yes No
How to fix this?
1 Answer
Open your project (.csproj for C#, .vbproj for vb.net) file in note pad and comment or delete the line
<IISUrl>http://xxxxxxxx.xxxx.xxxx</IISUrl>
|
3
|
Answered:
05 Mar 2013
Reputation: 370
|
|
This week users
