removing viewstate from serialized state in page?

  • Thread starter Thread starter Smokey Grindel
  • Start date Start date
S

Smokey Grindel

I heard somewhere that in at least ASP.NET 2.0 you can remove the serialized
view state from a page and have it stored locally in SQL server ot the
ASP.NET state server service? so it doesnt transfer all that view state
information with each page (which sometimes is HUGE)... anyone have any
documents on this or tutorials? thanks!
 
Back
Top