Encrypting Web Config using ASPNET_REGIIS

前端 未结 6 1248
执念已碎
执念已碎 2020-12-10 12:19

I need to encrypt certain parts of web config. After reading some tutorials I have learned that using the tool ASPNET_REGIIS is the way to go. This is what I am tryi

6条回答
  •  醉酒成梦
    2020-12-10 13:05

    I test aspnet_regiis.exe -pef "connectionStrings" "C:..\YourApplication", if not run as administrator, it will have error "Object already exists". If run it as administrator, it works.

提交回复
热议问题