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 StateServer Mode
What are the precautions you will take in order that StateServer Mode work properly ?
✍: Guest
Following are the things to remember so that StateServer Mode works properly :-
ã StateServer mode session data is stored in a different process so you must
ensure that your objects are serializable.
ã <machineKey> elements in Web.config should be identical across all
servers.So this ensures that encryption format is same across all computers.
ã IIS metabase (\LM\W3SVC\2) must be identical across all servers in that
farm.
2007-10-23, 4969👍, 0💬
Popular Posts:
How To Control Table Widths? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells Usually, b...
How can you enable automatic paging in DataGrid ? Following are the points to be done in order to en...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...
How To Use "IF" Statements on Multiple Conditions? - Oracle DBA FAQ - Understanding PL/SQL Language ...
How do we host a WCF service in IIS? Note: - The best to know how to host a WCF in IIS is by doing a...