You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about configuring the machine keys in the web.config for web-farm like scenarios. The problem is that the configuration snip from the articles list a configuration sample containing machine key values. It seems that we have quite a few customers that have been copying and pasting this directly into their production configurations without any afterthoughts – and some of them have been compromised by ViewState injection attacks
This is about configuring the machine keys in the
web.config
for web-farm like scenarios. The problem is that the configuration snip from the articles list a configuration sample containing machine key values. It seems that we have quite a few customers that have been copying and pasting this directly into their production configurations without any afterthoughts – and some of them have been compromised by ViewState injection attacksvalidation_key
anddecryption_key
as in this topic.site:https://learn.microsoft.com/en-us/ "machineKey" "validationKey"
List to fix
Associated WorkItem - 354961
The text was updated successfully, but these errors were encountered: