Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 17th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 37  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. - Go to the Web.Config and add this code -
  2.  
  3.    <system.web>
  4.    <pages enableViewStateMac="false" />
  5.    </system.web>
  6.  
  7. - You need add only -> enableViewStateMac="false" between <system.web><pages> & </pages></system.web> if they already exist having other directives under them.