"A potentially dangerous Request.Form value was detected from the client". To avoid XSS attacks, ASP.NET throws a lovely yellow screen of death with that message. But sometimes you want to accept potentially dangerous input, or you just don't want to have that error splashed across the screen. Being a fan of prevention rather than cure, I figured I'd make an IHttpModule to screen input before it gets to my application.