Search:
Welcome Guest | Register | Login
logo

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?

  • ASP.Net
  • IIS
  • Web.Config
2
 
Asked: 05 Mar 2013
Reputation: 27
Morgan Sullivan
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
A K Sinha
Login to post your answer