we have written some code in httpmodule INIT method, which will execute only once. The code connects to third party web service and sometimes there could be a chance of getting error (like web service is down). we are handling application errors globally using Application_Error event.
when the error occurs from init method, it is not redirecting to error page. please help.
development: share point site.