iis 6 - How to Recover from a temporary exception in ASP.NET 3.5 Application on IIS6? -


scenario: database server not running during application start. starting afterwards. global.asax' application_start initialization, loading stuff database. means subsequent requests not able run properly.

iis 7 handles elegantly: application stay in temporary mode, subsequent clients see first error, , requests not executed. after 12 seconds new attempt application_start(), etc. if temporary external error condition gone, clean startup done.

my iis 6 installation worse: first request crash application nevertheless start running , requests served. not want, since there kind of unpredictable consecutive faults due missing uncomplete application initalization.

how can setup iis 6 / web.config behave same way in iis 7?

thanks replys.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -