9
Shouts

Difference between generic handler and http handler- ASP.NET

published 481 days, 6 hours, 38 minutes ago posted by dharadhara 484 days, 23 hours, 12 minutes ago
Tuesday, January 31, 2012 11:14:37 AM GMT Friday, January 27, 2012 6:40:04 PM GMT

Generic handler: As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler: HTTP...

category: Web Dev | clicked: 63 | | source: beyondrelational.com | show counter code
tags: .NET, ASP.NET