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

Oleg Kyrylchuk picture Oleg Kyrylchuk · Aug 14, 2013 · Viewed 45.7k times · Source

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.

Answer

Babak picture Babak · Apr 21, 2016

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