vote up 0 vote down star

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?

flag
Tags are not an appropriate place for content. Use discretion in creating new tags to aid users in finding relevant data. – Rich B Jan 30 at 15:38
iis 7.5 and windows2008r2 are definitely appropriate. They are related to the question – Nick Berardi Jan 30 at 15:42
So what exactly is your problem with module-interface that does occur in the content? – Nick Berardi Jan 30 at 15:46
Sounds like a perfect set of tags to me. :) – Ray Booysen Jan 30 at 15:51
It is quite appropriate to place information such as "IIS 7.5" and Windows2008 r2 in the content of the question. Creating new tags, however, seems likely to lead to confusion. – Mark Brittingham Jan 30 at 15:51
show 16 more comments

2 Answers

vote up 1 vote down check

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

link|flag
Anything i can do to help and get you closer to an answer is my goal. – Ioxp Jan 30 at 15:59
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 Jan 30 at 16:14
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.