What is Http handler?
Answers were Sorted based on User's Feedback
Answer / sanjay patel
It as a program.(or handler, or module), it execute some
code when the user send some request. An .aspx page can be
thought as a HTTPHandler too, which implements more
functions.
| Is This Answer Correct ? | 24 Yes | 6 No |
Answer / xander
when the incoming zHTTP request is processed by the This
PageHandler factory it creates a instance of HTTPHandler
class.HTTPHandler are >net components responsible for
serving HTTP requests.These comp inherit from IHTTPHandler
interfaces and have 2 methods
(Isreusable,ProcessRequest).The processrequest method id
the heart of the HTTPhandler class and repsonsible for
processing requests.The Isreusable method checks whether
ths instance created by the Pagehandlerfactory can be used
again to server these type f requests.
Once the processing is completed ,the HTTPHANdler compiles
the code and generates the corresponding output and returns
it to the browser
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / nikhil
Http handler is a piece of code or aprogram for respond to
the incoming http requests from the server side.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sanjay
The main purpose of HttpHandler is to serve all asp.net web request. For e.g. Creating web Page object -> creating server control object -> loading server control object -> rendering HTML content.
We can create our own custom HttpHandler by just inheriting IHttpHandler and using method ProcessRequest(){} and is Reusable.
we can define our own page extention e.g. simple.text
and using custom HttpHandler we can call this on url.
http://localhost/simple.text
but we have to register this custom HttpHandler in web.config
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / r k raj
The HTTP handler is used in web services handle the
information between web browser and web server.
| Is This Answer Correct ? | 13 Yes | 24 No |
How many types of validation are there?
Explain how asp.net different from asp?
All kind of access specifiers for a class and for methods ?
What is csrf attack in asp.net?
what is an Eventbubbling?
How .Net has implemented security for web applications?
Describe the master page.
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
Explain the difference between AutoPostBack and IspostBack in ASP.NET?
0 Answers Sans Pareil IT Services,
What is the difference between viewstate and hidden field in asp.net?
Code for updating the database by entering the data into textboxes in aspx form?
Where can i get Latest Microsoft .Net Certification Dumps & what Types of .Net Certifications are there?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)