views:

464

answers:

2

I have had many requests come in to a project that I work on, to include an IIS 7 module interface.

Does anybody know of any resources for creating an IIS 7.0 module interface?

I have searched http://www.iis.net and I have not really found a good article on the basics of how to create an IIS 7.0 module interface.

It can be for any programing article on how to create a module interface for IIS 7.0 (Windows 2008) or IIS 7.5 (Windows 2008 R2).

I found a couple sources, has anybody found anything that is better or more descriptive on the programming side?

+1  A: 

This may help to get started:

http://learn.iis.net/page.aspx/121/iis-7-modules-overview/#Getting
http://www.iis.net/ConfigReference/system.webServer/globalModules

Ioxp
Anything i can do to help and get you closer to an answer is my goal.
Ioxp
This was very useful, I don't know if you saw my last comment, it was deleted pretty quickly, but thanks for your help.
Nick Berardi
A: 

Scroll down to "Step 3 - Creating the Image Copyright UI Module" of this article: http://learn.iis.net/page.aspx/168/an-end-to-end-extensibility-example-for-iis-70-developers/

It provides a step-by-step on creating a GUI for configuring a custom IIS 7 module.

related questions