I need to put some of the entities created via a.dbml Linq-To-Sql file into Session State. Because I am using out-of-proc State Server, they need to be serializable.
How can I achieve this?
I have tried setting the Serialization mode in the .dbml file to 'Unidirectional'.