Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create an IIS 7 module interface?

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?

  • Modules Overview

1 Answers

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

like image 186
Random Developer Avatar answered Dec 24 '25 12:12

Random Developer