我一直收到以下错误:
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:站点添加主机名。我将IUSR读取/修改添加到我的web.config文件中。但似乎无法弄清楚redirection.config的位置和内容是什么?
答案 0 :(得分:1)
您需要确保从提升的命令提示符运行AppCmd.exe。
答案 1 :(得分:1)
点击开始 - >键入“命令提示符” - >右键单击命令提示符程序 - >“运行管理员”。 然后运行命令行程序,它应该工作。 您还需要拥有计算机的管理员权限。