简体   繁体   中英

How to manage IIS from C#?

I would like to write a service that does some IIS management tasks for me, like creating virtual directories or adding new applications.

Is it possible to do some management of IIS by a C# application or WCF service.

It looks like you can use the Microsoft.Web.Administration api to do most tasks with IIS 7+. Would that meet your requirements?

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