Managing IIS through Delphi code.
Posted
by Roman Prikhodchenko
on Stack Overflow
See other posts from Stack Overflow
or by Roman Prikhodchenko
Published on 2010-04-22T20:20:59Z
Indexed on
2010/04/22
20:23 UTC
Read the original article
Hit count: 393
Hi!
I'm developing an Inno Setup installer and I need to manage an IIS server from my delphi code. I've googled how to add/remove ISAPI filters and how to create a virtual folder. However, I still need to be able to add/remove/list ISAPI extensions and create/remove websites. So my question is how can I do that?
© Stack Overflow or respective owner