Cargando…

Leveraging httpModules for Better ASPNET Applications

This Wrox Blox explains how to create different types of custom modules for ASP.NET web sites. Custom ASP.NET Modules are a great way to program advanced features to your web site. This Wrox blox discusses the difference between a custom httpModule and the Global.asax file. It also covers the steps...

Descripción completa

Detalles Bibliográficos
Autor principal: Love, Chris
Lenguaje:eng
Publicado: John Wiley & Sons 2008
Materias:
Acceso en línea:http://cds.cern.ch/record/1486114
Descripción
Sumario:This Wrox Blox explains how to create different types of custom modules for ASP.NET web sites. Custom ASP.NET Modules are a great way to program advanced features to your web site. This Wrox blox discusses the difference between a custom httpModule and the Global.asax file. It also covers the steps in the ASP.NET pipeline. The examples include using a custom module to configure a site's initial settings, a background worker thread, and an IP blocker. Other examples show how to add content to the content being sent to the client, URL Rewriting, and a custom error handler. Table of Contents Intr