DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    wind_son Guest

    About session state question

    Dear all,

    From some web site material, I found that there' some config. declaration
    inside the web.config. file as below :-


    <sessionState
    mode="InProc"
    stateConnectionString="tcpip=127.0.0.1:42424"
    sqlConnectionString="data source=127.0.0.1;user id=sa;password="
    cookieless="false"
    timeout="20"
    />

    Anyone can tell me them Mode="Inproc",
    stateConnectionString="tcpip=127.0.0.1:42424"
    and sqlConnectionString="data source=127.0.0.1;user
    id=sa;password="
    is what meaning ?

    thanks!

    windson





  2. #2
    Phil Weber Guest

    Re: About session state question

    > Anyone can tell me them Mode="Inproc",
    > stateConnectionString="tcpip=127.0.0.1:42424"
    > and sqlConnectionString="data source=127.0.0.1;
    > user id=sa;password=" is what meaning?


    windson: Try these (you may need to copy and paste each URL into your
    browser as a single line):

    http://msdn.microsoft.com/library/en...sp12282000.asp

    http://msdn.microsoft.com/library/en...sionstatesecti
    on.asp

    http://www.csharphelp.com/archives/archive207.html

    ---
    Phil Weber



  3. #3
    wind_son Guest

    Re: About session state question

    Thanks!


    "Phil Weber" <pweber@nospam.fawcette.com> wrote in message
    news:3d00521c@10.1.10.29...
    > > Anyone can tell me them Mode="Inproc",
    > > stateConnectionString="tcpip=127.0.0.1:42424"
    > > and sqlConnectionString="data source=127.0.0.1;
    > > user id=sa;password=" is what meaning?

    >
    > windson: Try these (you may need to copy and paste each URL into your
    > browser as a single line):
    >
    > http://msdn.microsoft.com/library/en...sp12282000.asp
    >
    >

    http://msdn.microsoft.com/library/en...sionstatesecti
    > on.asp
    >
    > http://www.csharphelp.com/archives/archive207.html
    >
    > ---
    > Phil Weber
    >
    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links