G
Guest
Does anyone know what HttpApplication calls are made during a WebService
request?
I am very familiar with this when a Page request is generated and I have
code in:
Application_BeginRequest
Application_AuthenticateRequest
that need to be called and made available to the WebService I would actually
like to create a custom WebService base class to handle this much like I do
with the Page class.
Any help or examples would be appreciated.
Thanks,
Mike
request?
I am very familiar with this when a Page request is generated and I have
code in:
Application_BeginRequest
Application_AuthenticateRequest
that need to be called and made available to the WebService I would actually
like to create a custom WebService base class to handle this much like I do
with the Page class.
Any help or examples would be appreciated.
Thanks,
Mike