.NET General - What are the precautions you will take in order that SQLSERVER Mode work properly ?
Interview Question Database For Software Developers
|
|
| What are the precautions you will take in order that SQLSERVER Mode work properly ? | | .NET INTERVIEW QUESTIONS - What are the precautions you will take in order that SQLSERVER Mode work properly ? | | By: |
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 identical 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.
| | ID: 2273 | Rank: 393 | Votes: 0 | Views: 127 | Submitted: 20090609 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|