Saturday, March 31, 2012

Web.config file.....

Here is my web.config file.
<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" />
What is the unit in timeout? Is it in minutes or in seconds?
BilalMinutes.
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Bilal Dhavan" <BillDhavan@.hotmail.com> wrote in message
news:OZCQamflEHA.3816@.TK2MSFTNGP14.phx.gbl...
> Here is my web.config file.
> <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" />
> What is the unit in timeout? Is it in minutes or in seconds?
> Bilal
>
>
Which one will take precedence.
Either the IIS server settings or WEb.config settings for a given
application.
Thanks,
Bilal
"Steve C. Orr [MVP, MCSD]" <Steve@.Orr.net> wrote in message
news:OFwxFoflEHA.2680@.TK2MSFTNGP15.phx.gbl...
> Minutes.
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://Steve.Orr.net
>
> "Bilal Dhavan" <BillDhavan@.hotmail.com> wrote in message
> news:OZCQamflEHA.3816@.TK2MSFTNGP14.phx.gbl...
/>
>
IIS is in charge.
ASP.NET only does what IIS allows it to do.
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Bilal Dhavan" <BillDhavan@.hotmail.com> wrote in message
news:OTxG44flEHA.396@.tk2msftngp13.phx.gbl...
> Which one will take precedence.
> Either the IIS server settings or WEb.config settings for a given
> application.
> Thanks,
> Bilal
> "Steve C. Orr [MVP, MCSD]" <Steve@.Orr.net> wrote in message
> news:OFwxFoflEHA.2680@.TK2MSFTNGP15.phx.gbl...
> />
>

0 comments:

Post a Comment