I have a custom HttpModule installed on IIS 7 and is working just fine. Now I want to put settings in a configuration file where I can change them without rebuilding a new module each time.
Where should I put these settings as this module is not hosted inside any application and is server-level module. (being executed before any application).
cheers