Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Where would you use an IHttpModule, and what are the
limitations of anyapproach you might take in implementing one?

Answer Posted / guest

One of ASP.NET?s most useful features is the extensibility
of the HTTP pipeline, the path that data takes between
client and server. You can use them to extend your ASP.NET
applications by adding pre- and post-processing to each
HTTP request coming into your application. For example, if
you wanted custom authentication facilities for your
application, the best technique would be to intercept the
request when it comes in and process the request in a
custom HTTP module.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

1036


Explain about solution explorer window?

1073


What are cookies in your browser?

1041


Why is global asax is used?

1070


Describe Segmentation With Paging?

1110


Differentiate the session object and application object?

982


What is class and object in asp.net?

1281


How would you turn off cookies on a page of a website?

983


What is a session government?

947


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1243


Which property is used to identify the Page is Post Back in ASP.NET?

1053


What is the difference between sealed vs static class?

1170


What is meant by server side scripting?

1004


If we remove web.config or machine.config from the application then, is this application will works?

1061


How do you do Client-side validation in .Net?

1131