Good morning community:
My IIS 8.5 is presenting me with some problems that I will detail below:
1) When I encrypt the web.config (AppSettings) with RSA the IIS 8.5 does not raise my application but when the web.config is normal the IIS 8.5 raises the application without problem. As if it will not decrypt the appsettings information and can not take the data for the BD.
2) In my web.config, by default it has the authentication mode in Windows but in the IIS 8.5 in the authentication option the Anonymous type is still enabled.
Please your help.