Can the view state be protected from tampering?

This can be achieved by including an @ Page directive with an EnableViewStateMac="true" attribute in each ASPX file that has to be protected. Another way is to include the statement in the Web.config file.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?