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?