我正在使用以下命令来加密文件
aspnet_regiis -pef "connectionStrings" "d:\MyPath\web.config"
我得到以下答案
The configuration for physical path 'd:\MyPath\web.config'
cannot be opened.
Failed!
该文件不是只读模式,我以管理员权限运行 cmd。
任何的想法?
我正在使用以下命令来加密文件
aspnet_regiis -pef "connectionStrings" "d:\MyPath\web.config"
我得到以下答案
The configuration for physical path 'd:\MyPath\web.config'
cannot be opened.
Failed!
该文件不是只读模式,我以管理员权限运行 cmd。
任何的想法?
aspnet_regiis -pef
将webApplicationDirectory作为参数,并且不应包含 web.config 的文件名;
aspnet_regiis -pef "connectionStrings" "D:\MyPath"