Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Where do you specify session state mode in ASP.NET
Where do you specify session state mode in ASP.NET ?
✍: Guest
<sessionState mode=”SQLServer”
stateConnectionString=”tcpip=192.168.1.1:42424"
sqlConnectionString=”data source=192.168.1.1; Integrated
Security=SSPI”
cookieless=”false”
timeout=”20"
/>
Above is sample session state mode specified for SQL SERVER.
2007-10-23, 4442👍, 0💬
Popular Posts:
What are the core functionalities in XML .NET framework? Can you explain in detail those functionali...
What will be printed as the result of the operation below: main() { char *p1; char *p2; p1=(char *)m...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...
If locking is not implemented what issues can occur? IFollowing are the problems that occur if you d...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...