re:
!> You meant web.config setting will override whatever setting we make
!> through IIS config console, right?
Not all settings, but settings which only apply to ASP.NET.
Other IIS settings ( like for PHP apps or HTML pages ),
retain the IIS default configuration, unless mapped to the ASP.NET ISAPI dll.
re:
!> Do you mean that my web.config's session timeout value will be changed
!> by the IIS config tool to whatever value we set through the IIS config tool?
No. I said just the opposite.
For ASP.NET apps, settings which apply only to ASP.NET
will override IIS default configuration settings.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================
re:
!> I looked into the asp.net configuration setting console, and notice
!> that we can also set the session timeout there. So, if I have session
!> timeout value of 20 minutes in this asp.net configuration setting
!> console, but in my web.config, I set this value to be 30 minutes.
!> Which one will take effect?
The ASP.NET configuration tool will update your web.config to whatever value you set.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================
Muchas gracious, senor. But I am confused by two responses of
yours.
Your first response says:
ASP.NET configuration settings override IIS configuration settings.
You meant web.config setting will override whatever setting we make
through IIS config console, right?
And here is your second response, shown below:
The ASP.NET configuration tool will update your web.config to whatever
value you set.
Do you mean that my web.config's session timeout value will be changed
by the IIS config tool to whatever value we set through the IIS config
tool?
Please clarify.