Introduction to Developing HTTP Modules in ASP.NET(stardeveloper.com)

submitted by Faisal_KhanFaisal_Khan(126) 2 years, 10 months ago

In ASP.NET, an HTTP Module is a class that implements the IHttpModule interface. By doing that it can handle events in the web request handling pipeline. They are the equivalent of 'ISAPI Filters' in IIS and 'Filters' in JSP. They are used for multiple purposes from authenticating a request to modifying the response and logging the request. In this tutorial, we will learn: i) Common uses of HTTP Modules, ii) Events in the web request handling pipeline, and iii) Creating your first HTTP Module.

add a comment |category: |Views: 13

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story