Is it possible to debug the init event from a http module? If I set breakpoints, they don't get triggered.
You can attach a debugger at runtime by adding the following before the point you want to debug
System.Diagnostics.Debugger.Launch()
It will open the debug window and offer you options regarding what to do