Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to create an IIS virtual directory programmatically?

Explorer ,
Apr 30, 2008 Apr 30, 2008
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
TOPICS
Advanced techniques
346
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 01, 2008 May 01, 2008
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources