ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What are Http handler ?
 Question Submitted By :: Pranab Mukherjee
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are Http handler ?
Answer
# 1
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 ?    15 Yes 0 No
Sp
 
  Re: What are Http handler ?
Answer
# 2
Whenever we to work with user defined File Extensions we go 
for HTTP handlers.
 
Is This Answer Correct ?    4 Yes 2 No
A.mustaq Ahmed
 
 
 
  Re: What are Http handler ?
Answer
# 3
HTTP handelers are process the requests at the endpoint in asp.net engine  and renders the request to the client.
 
Is This Answer Correct ?    0 Yes 0 No
Swamy
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Explain the differences between Server-side and Client-side code? Visual-Soft6
Rate yourself in .net and sql database? Satyam1
How many types of page. TCS5
What tag do you use to add a hyperlink column to the DataGrid?  1
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe  1
Which two properties are there on every validation control?  2
How do you do validations. Whether client-side or server-side validations are better.? Microsoft4
What is an application domain? Microsoft1
What is the roll of JIT in asp.net?  4
What’s the difference between Response.Write() andResponse.Output.Write()?  1
Can you explain what inheritance is and an example of when you might use it?  1
Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process Visual-Soft1
Why is validation always done on the server? When does that occur?  1
What are the disadvantages of viewstate/what are the benefits  3
What event fired during, when datagrid click?  1
What is X-Path? Sherston2
What is smart navigation?  1
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event. Syntax-Softtech4
How many web.config files in each solution General-Mills9
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application???? Sparsh6
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com