首页 > 数据库技术 > 详细

Unable to access the IIS metabase

时间:2017-12-05 10:12:17      阅读:334      评论:0      收藏:0      [点我收藏+]

技术分享图片

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

解决方法1

On Windows 8 Pro:

%systemroot%\inetsrv\config

On Windows 7 and 8.1 and 10

%systemroot%\System32\inetsrv\config 

(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%\inetsrv\config

 

 

 

Unable to access the IIS metabase

原文:http://www.cnblogs.com/chucklu/p/7985567.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!