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
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 gTempdbh, you can configure it store
outside gTempDBh 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.
2007-10-23, 5185👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - How can you avoid deadlock in threading? A good and careful planning can ...
Rachel opened her math book and found that the sum of the facing pages was 245. What pages did she o...
What is V model in testing? V model map’s the type of test to the stage of development in a project....
What will be printed as the result of the operation below: main() { int x=5; printf("%d,%d,%d\n",x,x. ..
What metrics will you look at in order to see the project is moving successfully? Most metric sets d...