Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS does not list a web site that matches the launched URL

I have sharepoint 2013 application deployed on IIS. When I want to start debugging, I face this error:

"Unable to start debugging on the web server. IIS does not list a web site that matches the launched URL".

I found a few solutions for this issue, but none work for me. The solutions I found:

  1. VS should be running as Administrator. I did that.
  2. Windows Authentication should be enable on IIS. I did that.
  3. 'IIS Metabase and IIS 6 configuration compatibility' should be turn on in the Windows features. I did that.

It still doesn't work. Any other solutions? Please help me.

like image 568
Oleg Kyrylchuk Avatar asked Aug 14 '13 11:08

Oleg Kyrylchuk


2 Answers

Try to start Visual Studio under administration account by choosing Run as administrator.

like image 68
Babak Avatar answered Sep 17 '22 16:09

Babak


If nothing works as above said solutions , try this out

  1. Start >> Control Panel >> Click Programs

  2. Click Turn Windows features on or off.

  3. In the User Account Control dialog box, click Continue

  4. Expand Internet Information Services, expand Web Management Tools, and then expand IIS 6 Management Compatibility

  5. Click to select the IIS Metabase and IIS 6 configuration compatibility check box, and then click OK.

like image 39
Joe Avatar answered Sep 18 '22 16:09

Joe