Tagged Questions

18
votes
2answers
527 views

asp.net viewstate encryption issue

I am attempting to turn on viewstate encryption Always as a security measure for my ASP.NET 3.5 website hosted in IIS6. We have viewstate turned off but still see some "controlstate" in this string. ...
6
votes
3answers
4k views

Uses for MachineKey in ASP.NET

What different ways are Machine Keys useful in asp.net? I think the following are correct but thought there may be more. Multiple applications can use the same cookie Multiple servers can work with ...
0
votes
1answer
155 views

Validation of viewstate MAC failed

Could someone please help me with this error. It usually occurs when the application is idle, or when session expires. Thank you HttpException (0x80004005): Validation of viewstate MAC failed. If ...