-
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
-
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
-
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
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|