Last post Jul 27, 2011 09:31 AM by tehremo
Member
25 Points
124 Posts
Jul 27, 2011 09:23 AM|sreekanthv56|LINK
I am totally confused. What's the Difference between Generic Handlers and IHttp Handlers plz explain me
thanq.
Contributor
7304 Points
1672 Posts
Jul 27, 2011 09:31 AM|tehremo|LINK
They are the same. A generic handler implements the IHttpHandler interface. Look at this MSDN article on building a generic handler and you'll see how it implements the interface:
http://msdn.microsoft.com/en-us/library/ms228090.aspx#Y655
Member
25 Points
124 Posts
Generic Handlers and IHttpHandlers
Jul 27, 2011 09:23 AM|sreekanthv56|LINK
I am totally confused. What's the Difference between Generic Handlers and IHttp Handlers plz explain me
thanq.
Contributor
7304 Points
1672 Posts
Re: Generic Handlers and IHttpHandlers
Jul 27, 2011 09:31 AM|tehremo|LINK
They are the same. A generic handler implements the IHttpHandler interface. Look at this MSDN article on building a generic handler and you'll see how it implements the interface:
http://msdn.microsoft.com/en-us/library/ms228090.aspx#Y655