0

I hava cloned a web Project from git but Project content is not shown on Visual Studio 2015.

enter image description here

I have tried to reload the Project. But, it is not working too. You can find error message for reload here.

C:\Path\Project.Web.csproj : error  : The Web Application Project Wise.Monitor.Web is configured to use IIS.  Unable to access the IIS metabase. You do not have sufficient privilege to access IIS web sites on your machine.

How can I solve this problem.

clockworks
  • 3,755
  • 5
  • 37
  • 46

1 Answers1

0

I have found the problem. It is not related to git. It was a permission problem.

Just go to following folder, and allow Access when a pop up shown asking for permission. Thats all.

c:\windows\System32\inetsrv\config

You can find more details on this post.

clockworks
  • 3,755
  • 5
  • 37
  • 46