A
AW
Hi all,
In my Application_Start, I'm initializing the application. ASP.Net calls my
Application_Start on the first request, not on the following ones.
However, if something goes wrong in my Application_Start I want to be able
to tell ASP.Net that the application wasn't started correctly so that it
calls my Application_Start on the next request.
Is this possible?
Thanks,
Arnaud
In my Application_Start, I'm initializing the application. ASP.Net calls my
Application_Start on the first request, not on the following ones.
However, if something goes wrong in my Application_Start I want to be able
to tell ASP.Net that the application wasn't started correctly so that it
calls my Application_Start on the next request.
Is this possible?
Thanks,
Arnaud