What Is ViewstateEliminator?
ViewstateEliminator is not just one implementation for stripping viewstate (in asp.net 2.0 haven't ported to 1.1 yet) from hitting the client, it provides a hook so that you may manage viewstate in your own way. Basically its an interface that you implement and handle the saving/loading of viewstate.
Currently Provided Storage Mediums:
SQLServer
SessionState
Application Cache