ファイルを暗号化するために次のコマンドを使用しています
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"