I was wondering if the following error,
System.Web.HttpException: Cannot serialize session state. In "StateServer" and "SQLServer" mode, ASP.NET will serialize session state objects, and as a result will not be serializable or MarshalByRef objects will not be allowed
caused by not serializing properties.
Any ideas?
source
share