我不断收到以下错误:

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在哪里和什么?

最佳答案

您需要确保从提升的命令提示符下运行AppCmd.exe。

10-08 05:08