Functionally they are very similar. There is one big difference however, an HttpHandler contains a single ProcessRequest event and an HttpModule intercepts all application requests and can see all of the HttpApplication events(AuthenticateRequest, BeginRequest,
EndRequest, etc).
Member
10 Points
101 Posts
the difference between httpmodule and httphandle
Oct 08, 2005 05:15 AM|Liu_andi|LINK
Who can tell me the difference between httpmodule and httphandle.I find ,functionly ,they are same,what's the difference?
Member
350 Points
577 Posts
Re: the difference between httpmodule and httphandle
Oct 08, 2005 06:05 AM|jcw14|LINK
My Blog: http://www.wintersfamily.plus.com/blogs/JamesWinters
None
0 Points
6 Posts
Re: the difference between httpmodule and httphandle
Oct 23, 2005 10:41 AM|Bunshin|LINK
is it possible to to use these events in an http Handler? like beginRequest etc without using the HTTPApplication object?
the reason why i dont use the http module is because i want to filter some extension like *.jpg. I cant achieve this in HTTP module (or can i?)
None
0 Points
1 Post
Re: the difference between httpmodule and httphandle
Oct 24, 2005 08:32 AM|anilfromindia|LINK