asp.net - Is there a way to compute the ViewState MAC? -
We are writing a proxy cache. NET applications, and we have issues with ViewState Mac on Proxy. We have disabled Mac Recognition to pass on this issue, but this is not the best way to go (for security reasons).
Is there a way to calculate the viewstate mac on the proxy to pass the verification?
Check this article on MSDN: My guess is that you need to make sure the machine key Your web application is similar to the server on the proxy server.
Comments
Post a Comment