C
C#3w ago
Mickaël

web.config encrypt identity

Hello, I have a web.config they ask me to encrypt the password in the node identity because in IIS they want to configure single sign in so we have Impersonation Enabled Encrypt the node with aspnet_regiis doesn't work I have look on internet and it's say to add the password in the registry but when I do that I get on error Can you help me ? It's already been a day I work on that
No description
5 Replies
Mickaël
MickaëlOP3w ago
how to fix this ?
Lex Li
Lex Li3w ago
Who is “they”? On IIS 6 and above you should never use “userName” and “password” there as application pool identity is where you should define the proper process identity.
Mickaël
MickaëlOP3w ago
"They" is my boss. Thank you This is exactly what I was thinking but my boss was insisting with the identity node
Lex Li
Lex Li3w ago
Your boss isn't always right.
MODiX
MODiX3w ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?