Good Day
i got this Error
is configuired to use IIS Express as the web server but the URL is Currently configured on the local IIS Web server.....
in Visual studio 2012 when i try to load website in my solution explorer,
Solution
Right click on the Project File opened it as noted page search for this section
<UseIISExpress>true</UseIISExpress>
and Changed it to False as depicted below
<UseIISExpress>false</UseIISExpress>
That solved the Problem
Thank you for posting at Dotnetfunda
[Administrator]