S
Simang
Hi,
I am trying to encrypt viewstate in my ASP.NET web site.
I put these items in the web.config..
<pages enableViewStateMac="true" />
<machineKey validation="3DES"/>
However, when I tried to access the .NET pages, I encountered the ff error:
"Specified key is not a valid size for this algorithm"
What could be wrong?
Help from anyone will be much appreciated!
Thanks!
Mayet
I am trying to encrypt viewstate in my ASP.NET web site.
I put these items in the web.config..
<pages enableViewStateMac="true" />
<machineKey validation="3DES"/>
However, when I tried to access the .NET pages, I encountered the ff error:
"Specified key is not a valid size for this algorithm"
What could be wrong?
Help from anyone will be much appreciated!
Thanks!
Mayet