C
Cramer
Is there some way - perhaps in Application_Start - that I can prevent an
ASP.NET (3.5) application from starting.
I would like to perform some environment validation and pipeline
configuration during Application_Start - and if those efforts, themselves,
fail or have some runtime exception, then I want for the application to not
start (i.e., the Web site should not be available unless all of the startup
tasks complete without errors).
How can I accomplish this?
Thanks!
ASP.NET (3.5) application from starting.
I would like to perform some environment validation and pipeline
configuration during Application_Start - and if those efforts, themselves,
fail or have some runtime exception, then I want for the application to not
start (i.e., the Web site should not be available unless all of the startup
tasks complete without errors).
How can I accomplish this?
Thanks!