I have an encrypted password in a connection string, contained in a web.config
file. I do not know what the password is, and thus cannot connect to my database.
I ran aspnet_regiis.exe -pdf
against the web.config
and received the following:
Decrypting configuration section...
Succeeded!
I guess I had assumed that the password would be displayed on the screen, or something close to that? Then I thought the program might create a log file with the information in it? Couldn't find one.
I know I am missing something fundamental, I just don't know what it is.