To manage the server settings (and a whole lot more) you'll need to use
ADSI.  But here's a gotcha - CF can't handle working with ADSI, since it's a
complex system of nested COM objects.  ASP can handle this, but CF can't --
how annoying.  The only way I can think of to make it work is write some
kind of COM wrapper that does all the interfacing with ADSI and returns
simple strings to CF.

If you've got access to it, you can check out the web interface to managing
iis (vs. mmc) and the pages in %windir%\system32\inetsrv\iisadmin to get an
idea for what it can do, and how.  If you come across CF code that works for
this, please post a link to it!

Good luck.

Jonathan

-----Original Message-----
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 09, 2000 2:17 PM
To: cf-talk
Subject: CFX_IIS ?


Does anyone know of a CF or CFX tag that can create and manage IIS virtual
web sites?  I know much of it can be done through Window Scripting Host,
but I'd like to avoid running command line programs.  If there's not
currently a tag, can this be done through CFOBJECT?

Thanks,
Jim

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to