Tiene un problema con el cifrado. Otorgué permisos completos a todos los usuarios a las carpetas de RSA. HiceWeb.config Error de cifrado
C:\>aspnet_regiis -pe "appSettings" -location "web.config" -prov "RsaProtectedCo
nfigurationProvider"
Encrypting configuration section...
An error occurred executing the configuration section handler for appSettings.
Failed to encrypt the section 'appSettings' using provider 'RsaProtectedConfigur
ationProvider'. Error message from the provider: Object already exists.
Failed!
Entonces hice
C:\>aspnet_regiis -pa "NetFrameworkConfigurationKey" "administrator"
Adding ACL for access to the RSA Key container...
The RSA key container was not found.
Failed!
Seguido por
C:\>aspnet_regiis -pc "NetFrameworkConfigurationKey" -exp
Creating RSA Key container...
The RSA key container could not be opened.
Failed!
Nada está trabajando para mí.
¿Alguien puede ayudar?
Gracias
Gracias por su respuesta. C: \> aspnet_regiis -pe "appSettings" -location "web.config" -prov "RsaProtectedConfigurationProvider" He hecho esto en varias otras máquinas. Funciona. Entonces, el problema no es la línea de comando. El problema es la clave. Algo está mal en esta máquina específica con respecto a la clave. – BKarms