I have some code I would like to execute very early in the lifecycle of a call to an ASMX function. For our ASPX pages, this code is in the Page_Init() function on a base class
They do not have similar 'life cycles'
The only 2 'events' are the Request and the Response.