Question

We are writing a proxy cache for a .NET application, and we are having problems with the ViewState MAC on the proxy. We have disabled the MAC Validation in order to get pass over this issue, but is not the best way to go (for security reasons).

Is there a way to compute the ViewState MAC on the proxy in order to pass the validation?

Was it helpful?

Solution

Check this article on MSDN: http://msdn.microsoft.com/en-us/library/ms972976.aspx My guess is that you need to make sure the machine key is the same on the proxy server as on your web application server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top