Ask a Question related to ASP.NET General, Design and Development.
-
Anand #1
Encrypt identity password
Hi,
I want to encrypt userid and password on the web config
file. I ran the aspnet_setreg.exe and encrypted it on the
registry and in the web config file i wrote
<identity impersonate = "true"
userName="registery:HKLM:\SOFTWARE\MYAPP\identity\ ASPNET_SE
TREG,userName"
password=="registery:HKLM:\SOFTWARE\MYAPP\identity \ASPNET_S
ETREG,password" />
But it throwed me an error
"Could not create Windows user token from the credentials
specified in the config file. Error from the operating
system 'Logon failure: unknown user name or bad
password. '"
If i hardcore my userid and password on the web config
file it works fine.
Any help would be good.
I am doing all these as i want to move my files from the
webserver to a shared folder on the database server and i
need to provide write access to the shared folder.
Any help or advice will be good.
Thanks
Anand
Anand Guest
-
How to Encrypt password
In the web.config how do you generate the encrypted string that can be used to store password of the identity element? -
Best Way To Password Encrypt A Flash Site
What is the best way to password encrypt the entry to a flash site? e.g. www.famousforgettingresults.com Direction to a site with info would be... -
encrypt
I can encrypt the contents of a memory stream with no problems, however when decrypting( I'm using the same key an IV ) I get an exception stating... -
Encrypt in Perl, De-encrypt in Javascript
I got a javascript off the net which encrypt and de-encrypt HTML code so that nobody can read the public html file. here is the code of... -
resetting password for windows XP identity
My second computer has only one identity on it. I changed the password to make sure my son was not going on the internet when I did not know it. ... -
Jos #2
Re: Encrypt identity password
Anand wrote:
/>> Hi,
>
> I want to encrypt userid and password on the web config
> file. I ran the aspnet_setreg.exe and encrypted it on the
> registry and in the web config file i wrote
>
> <identity impersonate = "true"
> userName="registery:HKLM:\SOFTWARE\MYAPP\identity\ ASPNET_SETREG,userName"
> password=="registery:HKLM:\SOFTWARE\MYAPP\identity \ASPNET_SETREG,password"
If you wrote it like this, you made a few typos.
"registery" should be "registry"
"password==" should be "password="
--
Jos Branders
Jos Guest



Reply With Quote

