Extending IIS 7.5 with Modules and Handlers
IIS 7.5 has a modular architecture and is extensible using managed .NET code, so we can install only what we need and replace or extend how the web server behaves
Authored by:
Robert Boedigheimer
Duration: 2h 47m
Level: Intermediate
Released: 9/20/2011
Duration: 2h 47m
Level: Intermediate
Released: 9/20/2011
Course Rating:
You are currently not signed in. Please sign in to access subscriber-only content.
Currently using: {{getCurrentPlayerName()}} [Change]
| expand all | collapse all | Progress | Duration | |
|---|---|---|---|
Introduction |
|
00:40:16 | |
|
Overview
|
|
01:26 | |
|
Architecture
|
|
09:59 | |
|
Modular Architecture
|
|
05:17 | |
|
Configuration and Delegation
|
|
07:38 | |
|
.NET Integration
|
|
04:06 | |
|
Extensible
|
|
02:08 | |
|
Directory Browsing Module
|
|
03:33 | |
|
Image Copyright Handler
|
|
04:53 | |
|
Summary
|
|
01:16 | |
HttpModules |
|
00:46:25 | |
|
Overview
|
|
01:10 | |
|
What is a HttpModule
|
|
03:48 | |
|
ASP.NET OutputCache
|
|
04:42 | |
|
Error Logging Module
|
|
10:19 | |
|
Delay Module
|
|
03:35 | |
|
Server Mask Module
|
|
05:15 | |
|
32bit App Warning
|
|
03:16 | |
|
Extending Configuration
|
|
05:52 | |
|
Global Assembly Cache(GAC)
|
|
07:45 | |
|
Summary
|
|
00:43 | |
HttpHandlers |
|
00:38:31 | |
|
Overview
|
|
00:48 | |
|
What is a HttpHandler
|
|
01:49 | |
|
ASP.NET Trace.axd
|
|
03:08 | |
|
Cache Clear Handler
|
|
05:35 | |
|
IsReusable
|
|
04:44 | |
|
Generic Handler (.ashx)
|
|
03:08 | |
|
Server Name Handler
|
|
02:45 | |
|
Ajax Handlers
|
|
08:16 | |
|
Global Assembly Cache(GAC)
|
|
05:43 | |
|
Summary
|
|
02:35 | |
Managing IIS and Diagnostics |
|
00:42:22 | |
|
Overview
|
|
01:32 | |
|
Failed Request Tracing
|
|
07:12 | |
|
Runtime Status and Control API
|
|
05:45 | |
|
Microsoft.Web.Administration
|
|
05:57 | |
|
Virtual Directories
|
|
03:46 | |
|
IIS Log Files
|
|
07:09 | |
|
LogParser
|
|
07:25 | |
|
Summary
|
|
03:36 |
Introduction