I am trying to register a custom HttpHandler in the web.config file. MSDN\'s example shows an entry that is commented out...um which doesn\'t work so well.
The type value is in the format of {Class}, {assembly}.
type
{Class}, {assembly}
So in your case, it should be MyHttpModule, MyDllName
MyHttpModule, MyDllName
Where MyDllName is the name of the compiled DLL.
MyDllName