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?
/t5/coldfusion-discussions/how-to-create-an-iis-virtual-directory-programmatically/m-p/957290#M87448May 01, 2008
May 01, 2008
Copy link to clipboard
Copied
LATEST
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.