Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
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 ?
✍: Guest
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.
2009-06-09, 3968👍, 0💬
Popular Posts:
Can you please post OpenLink Endur related FAQ's,tutorials,document s.Thanks
How To Use "IF" Statements on Multiple Conditions? - Oracle DBA FAQ - Understanding PL/SQL Language ...
How can method defined in multiple base classes with same name be invoked from derived class simulta...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...
I have 5 questions please give me the answer ,explanation,suggestions if any?? what is PMP(project m...