SQL Logging Module Demo

Today I presented a session at TechEd Developer in Orlando title “What’s New in IIS7 for Developers”. As part of the presentation, I built an HttpModule for logging requests to a database. This demo is based on one from CarlosAg and is described here.

This HttpModule demonstrates that you can use ASP.NET modules inside the IIS7 pipeline to work against content of any type. The SQL Logging Module not only works for ASP.NET requests, but also works for static content, PHP applications and other application frameworks.

Thanks for all attended!

2 Comments

Comments have been disabled for this content.