【Windows】The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID的解决办法
Windows Server 2008 启动后系统日志提示以下错误
The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
{A9E69610-B80D-11D0-B9B9-00A0C922E750}
and APPID
{A9E69610-B80D-11D0-B9B9-00A0C922E750}
to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
通过regedit打开以下条目
HKEY_CLASSES_ROOT/AppID/{A9E69610-B80D-11D0-B9B9-00A0C922E750}
查看LocalService的值即为对应的服务名称 为 IIS Admin Service
运行dcomcnfg打开组件服务,依次展开组件服务》电脑》我的电脑》组件配置,选择服务,右键》安全》自定义...,在用户权限中添加NETWORK SERVICE
参考:http://blog.csdn.net/cngdjws/article/details/5699030
本博客所有文章如无特别注明均为原创。
复制或转载请以超链接形式注明转自枫芸志,原文地址《【Windows】The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID的解决办法》
复制或转载请以超链接形式注明转自枫芸志,原文地址《【Windows】The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID的解决办法》
标签: Windows
非常感谢,解决了我的问题
[回复]