I have searched the web for over one day but I did not find anything I need.
I am developing an IIS web application with HttpHandlers and HttpModules. I need to initialize the application on first run (applying configuration). But I do not want to use global.asax.cs because I do not want implementations having a global.asax file in their folder (a web.config at most).
How do I run some code when the application pool is being initialized?