All-
Is it possible to create an IIS virtual directory programmatically using
Coldfusion? Is there some set of server objects that could be tapped into using
COM, for example?
Any guidance would be appreciated. Thanks.
-Josh
Mr Black - 01 May 2008 16:04 GMT
You should be able to do this (as well as all other administrative tasks) using
CFEXECUTE, Windows Scripting Host, and IIS management object. Read IIS
documentation. It contains tons of ready-to-use scripts.