punjabtechnicaluniversity.blogspot.in
Following are the things to remember so that SQLSERVER Mode works properly :-
SQLSERVER mode session data is stored in a different process so you must ensure that your objects are serializable.
IIS metabase (\LM\W3SVC\2) must be indentical across all servers in that farm.
Following are the things to remember so that SQLSERVER Mode works properly :-
SQLSERVER mode session data is stored in a different process so you must ensure that your objects are serializable.
IIS metabase (\LM\W3SVC\2) must be indentical across all servers in that farm.
By default Session objects are stored in “Tempdb” , you can configure it store outside “TempDB” by running microsoft provided SQL script.
Note :- “TempDB” database is re-created after SQL SERVER computer reboot.If you want to maintain session state with every reboot best is to run SQL Script and store session objects outside “TempDB” database.
0 comments:
Post a Comment
North India Campus