Hi guys,
I have set up one to one mapping authentication on my production web server. My certificate is mapped with a domain account: when I write the password, it be encrypted in web.config file of my application.
It works well but if I deploy my application on my other web servers to balance it, the password doesn't work because cannot be decrypted (I have a 401 error). I think that it's encrypted with some id of my primary web server
How I can use the same password on all servers? It's not possibile for me set password on each iis because when I deploy my application I upload it in one location, then I copy it on all servers with powershell then web.config must be identical
Thanks in advance
Jack