简体   繁体   中英

Get the IIS plugins list (such as WebDav)

How can I obtain the IIS plugins list (such as WebDav) inside my C# application?

Thanks.

You need to carefully define what is the IIS "plugins" you care as there are three types,

  1. IIS modules, which you can read from applicationHost.config .
  2. IIS Manager modules, which you can read from administration.config .
  3. IIS components/features that associated with CBS. That controls which IIS features or role serivices are enabled. For that you need to check Windows CBS documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM