Wrox Blox Wrox Blox Wrox Blox
2 primary works
Book 92
Table of Contents:
Built-in httpHandlers 2
Adding an httpHandler to an ASP.NET Web Site 2
How to Add a Custom Handler Class 3
Adding a Generic Handler File 3
Registering httpHandlers 4
Mapping File Extensions to ASP.NET 5
A Basic HTML Handler 9
Synchronous httpHandlers 11
Asynchronous httpHandlers 11
A Simple HTML Handler 12
RSS Handler 12
A vCard Handler 16
Image Resizer and Cropper Handlers 20
A PDF Handler 28
Publish a Stock Quote 34
Return a Compressed Document 38
Summary 45
About Chris Love 46
Book 94
Table of Contents
Introduction to httpModules 1
How httpModules Are Processed 2
Modules versus Global.asax 3
A Minimal Custom httpModule 3
ASP.NET Page Life Cycle 5
Registering a Custom httpModule 7
Default httpModules 7
Remove Registered Modules 8
Use a Custom Module to Configure the Site 9
Creating a Background Thread Process 11
Modify Rendered Content 13
Optimizing the Response Output 16
Create an IP Filter 22
Rewrite a Request 25
A Custom Error Handler 28
Custom Modules in IIS 7 32
Summary 35
About Chris Love 36