.NET General - Where do you specify session state mode in ASP.NET ?
Interview Question Database For Software Developers
|
|
| Where do you specify session state mode in ASP.NET ? | | .NET INTERVIEW QUESTIONS - Where do you specify session state mode in ASP.NET ? | | By: |
The following code explains about specifying session state mode in ASP.NET.
<sessionState mode=”SQLServer”
stateConnectionString=”tcpip=192.168.1.1:42424"
sqlConnectionString=”data source=192.168.1.1; Integrated
Security=SSPI”
cookieless=”false”
timeout=”20"
/>
Here the session state mode is specified for SQL SERVER. | | ID: 2274 | Rank: 504 | Votes: 0 | Views: 245 | Submitted: 20090616 |
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.
|
|
|