When putting my application on a web server and trying to \'log in\' I get the following error:
Server Error in \'/\' Application. Unable to serialize the se
There is another solution, While inheriting a non-serializable class also implment ISerlializable interface GetObjectData method. Inherited class should also be marked as [Serializable].