What are Http handler ?
Answer Posted / sp
An ASP.NET HTTP handler is the process (frequently referred
to as the "endpoint") that runs in response to a request
made to an ASP.NET Web application. The most common handler
is an ASP.NET page handler that processes .aspx files. When
users request an .aspx file, the request is processed by
the page via the page handler.
To create a custom HTTP handler, you create a class that
implements the IHttpHandler interface to create a
synchronous handler or the IHttpAsyncHandler to create an
asynchronous handler. Both handler interfaces require you
to implement the IsReusable property and the ProcessRequest
method. The IsReusable property specifies whether the
IHttpHandlerFactory object (the object that actually calls
the appropriate handler) can place your handlers in a pool
and reuse them to increase performance, or whether it must
create new instances every time the handler is needed. The
ProcessRequest method is responsible for actually
processing the individual HTTP requests.
| Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
What is full form of asp.net?
Where sessions are stored?
Which is better viewstate or session?
Explain the difference between server control and html control.
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How you can access the properties and controls of master pages from content pages?
What is the concepts of globalization and localization in .net?
What is cross page posting in asp net?
Explain how can we inherit a static variable?
What is DataGrid wheater its a Server Control or something else ?
What is server components?
What is the function used for removing an event listener?
What are tuples?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?