I would love to see more custom modules for IIS 7.
You have done a great job of showing what is available within the .NET Modules by providing a few great articles on custom modules - basic auth etc..
Please do not stop there.
I would love to see the following:
- Custom Logging Modules
- Custom Client Certificate Modules
I would also love to know the relation ship between modules.
- Which modules are really needed? For example there is not a lot of us in removing the logging module or the default document.
- Also what content is the module run under? for example if I add a cusotm logging module do I have rights to determine if logging should be enabled from within the context of the module at runtime?
Chris