Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.