HttpModule Init method is called several times - why?
- by MartinF
I was creating a http module and while debugging I noticed something which at first (at least) seemed like weird behaviour.
When i set a breakpoint in the init method of the httpmodule i can see that the http module init method is being called several times even though i have only started up the website for debugging and made one single request…