Click to See Complete Forum and Search --> : Handling _VIEWSTATE in WebServer


sureshsundar007
06-09-2004, 01:07 AM
Hi all,

I'm writing a Webserver in C# with ASP .NET support.I could able to execute simple ASP .NET pages.But i dont know how to handle QueryString and hidden data(such as username and password's) coming with _VIEWSTATE object.

Can any one tell me how to handle this?

Is there are any articles regarding this?

Thanks,
Suresh.

Phil Weber
06-09-2004, 01:31 AM
Suresh: Why not download the code for Microsoft's Cassini Web server and see how it does it? http://www.asp.net/projects/cassini/download/