I tried changing the session to mode to sql server in the example application coming along with the MVC# download.
I got errors with the classes that need to be marked serializable. I almost marked all the classes in the framework , but i still get the serialization issue.
Is it possible to change the session mode to sql server with the MVC# framework . What else should be done to achieve this.
Please share your thoughts.
Regards,
Danu
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I tried changing the session to mode to sql server in the example application coming along with the MVC# download.
I got errors with the classes that need to be marked serializable. I almost marked all the classes in the framework , but i still get the serialization issue.
Is it possible to change the session mode to sql server with the MVC# framework . What else should be done to achieve this.
Please share your thoughts.
Regards,
Danu