Quick Nav:  Online Store   |   Login | Register

For John: Server Side Viewstate in ASP.NET 2.0:

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
Mariette Knap
<250Posts
Posts:102


08/13/2006 6:58 AM  

John, you may find this an interesting method to store ViewState on the server instead of the client. After installing SSL on my site I am having some problems with FireFox and User Profiles. I get Viewstate errors there...not in IE. It seems that storing them on the server could clear that problem.

I am wondering how to implement this. Can I put that in the pagebase?

Robert Boedigheimer's .NET Blog : Server Side Viewstate in ASP.NET 2.0:
http://aspadvice.com/blogs/robertb/archive/2005/11/16/13835.aspx



DotNetNuke Platinum Benefactor
Mariette Knap - www.smallbizserver.net
John Mitchell
Posts:3276


08/13/2006 7:47 PM  

Yes, that would be implemented in a BasePage class. 

I spent most of the day trying to get this and other solutions to work with the pageBlaster though, and there are conflicts that I have not been able to overcome (yet).

Some of them use a unique key that should be returned in the page, but if the page is cached then that key won't change.

Also, viewstate is pretty much request/user/session specific whereas with caching we want it to serve as many requests as possible with the same data, so they are really not compatible.

I'm now really leaning towards compression with caching being the best overall solution, but I'll give it some more thought and maybe try to come at it from a different angle.

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >PageBlaster > For John: Server Side Viewstate in ASP.NET 2.0:



ActiveForums 3.7
Powered by: Snapsis Software