How the SQL Server Session state entry is in the Web Config ??

 Posted by Puneet20884 on 1/11/2010 | Category: ASP.NET Interview questions | Views: 5768
Answer:

<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Webmaster on: 1/8/2010
This is not the place to get answer of your question. Please ask this question into Forums section (http://www.dotnetfunda.com/forums/ ).

This question will be deleted soon.

Thanks
Webmaster

Login to post response