Difference between generic handler and http handler- ASP.NET
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 is a process which runs and continue to server request and give response based on the