我一直收到以下错误:
c:\Windows\System32\inetsrv>appcmd set site /site.name:"WebVTS" /+bindings.[prot
ocol='https',bindingInformation='*:443:webvts.mprinc.com']
ERROR ( message:Configuration error
Filename: redirection.config
Line Number: 0
Description: Cannot read configuration file due to insufficient permissions
. )我正在尝试将主机名添加到Windows Server 2008上的IIS 7中的https: site。我将IUSR read/modify添加到我的web.config文件中。但似乎不知道redirection.config在哪里,是什么?
发布于 2013-03-26 03:27:44
您需要确保从提升的命令提示符运行AppCmd.exe。
发布于 2018-02-08 04:05:10
单击开始->键入“命令提示符”->右键单击命令提示符程序->“以管理员身份运行”。然后运行命令行程序,它应该可以工作。此外,您还需要在您的计算机上拥有管理员权限。
https://stackoverflow.com/questions/11622574
复制相似问题