Unable to serialize the session state

后端 未结 8 1732
一生所求
一生所求 2020-12-01 23:06

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         


        
8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 00:04

    There is another solution, While inheriting a non-serializable class also implment ISerlializable interface GetObjectData method. Inherited class should also be marked as [Serializable].

提交回复
热议问题