Unable to access the IIS metabase

 https://stackoverflow.com/questions/12859891/error-unable-to-access-the-iis-metabase

解决方法1

On Windows 8 Pro:

%systemroot%inetsrvconfig

On Windows 7 and 8.1 and 10

%systemroot%System32inetsrvconfig 

(Where %systemroot% is usually C:Windows)

Navigate to the appropriate location above in Windows Explorer. You will be blocked access with a popup which says:

"You don't have access to this folder - Click continue to permanently get access to this folder"

Click 'continue' for this folder, and with the Export folder underneath. I changed the shortcut back to "Run as me" (a member of the domain and local administrators ) and was able to open and deploy the solution.

解决方法2

I resolved this issue by granting IIS AppPool identity permissions to the %systemroot%inetsrvconfig

或者直接添加本机的Users权限

原文地址:https://www.cnblogs.com/chucklu/p/7985567.html