My understanding was that HTTPApplication object raises all the pipeline events in IIS7 integrated pipeline mode. But a well known book on ASP.NET gives me an impression that HttpApplication object is created only later in the pipeline when IIS hands off the request to ASP.NET for executing the process request method of httphandler. If this is the case, I want to know what raises all the pipeline events in IIS 7. Please clarify.
PS: I can share the name of the book and the particular section if I am allowed to.