Author |
|
Looooooka Newbie
Joined: 13 February 2015
Online Status: Offline Posts: 1
|
Posted: 16 February 2015 at 4:10am | IP Logged
|
|
|
Trying out webmail lite. I have a 2 server webfarm setup and am using a StateServer to make sure sessions work no matter which server gets hit.
In the documentation it is stated that this should work but when I change web.config to use the stateserver i get the following 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
The problem seems to be with this class:
[SerializationException: Type 'WebMail.Domain' in Assembly 'WebMail, Version=5.1.3.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.>
Does anyone have any idea on what to do to fix this?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 16 February 2015 at 4:15am | IP Logged
|
|
|
WebMail Lite ASP.NET version is no longer maintained. Consider switching to WebMail Pro ASP.NET. If you're looking for a free product, using WebMail Lite PHP is recommended.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|