I need to use StateServer mode for session state in my application, but doing so returns the error: "Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode."
I'm using the .cs example code from \Telerik\RadControls for ASP.NET AJAX Q2 2010\Live Demos\Grid\Examples\Programming\DragAndDrop folder. Is there any way to get this code to work using StateServer sessionState mode rather than InProc mode?
I'm using the .cs example code from \Telerik\RadControls for ASP.NET AJAX Q2 2010\Live Demos\Grid\Examples\Programming\DragAndDrop folder. Is there any way to get this code to work using StateServer sessionState mode rather than InProc mode?