Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1674 Points
301 Posts
Feb 25, 2012 04:08 AM|LINK
Hi,
You could use:
Application_BeginRequest in global.asax. However this fires on all requests, not only on aspx but also images , java scripts and others.
Hope this helps.
Regards,
Yorrick
Yorrick vd V...
Participant
1674 Points
301 Posts
Re: Detect System Offline by Global.asax
Feb 25, 2012 04:08 AM|LINK
Hi,
You could use:
Application_BeginRequest in global.asax. However this fires on all requests, not only on aspx but also images , java scripts and others.
Hope this helps.
Regards,
Yorrick
&
Don't forget to click "Mark As Answer" on the post that helped you.