RE: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread Robertson-Ravo, Neil (REC)
there is probably a set of .vbs scripts which will allow that... I know you can do a creation of new websites (not on XP) with them -Original Message- From: Joshua Miller [mailto:josh@;joshuasmiller.com] Sent: 01 November 2002 15:21 To: CF-Talk Subject: Using CF to interface IIS and Micros

RE: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread Joel Blanchette
] == -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:Neil.Robertson-Ravo@;csd.reedexpo.com] Sent: Friday, November 01, 2002 9:23 AM To: CF-Talk Subject: RE: Using CF to interface IIS and Microsoft DNS there is probably a set of .vbs scripts which will allow

RE: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread Ben Koshy
We were able to leverage some COM components of IIS & MS-DNS to do this... Some parts I believe we ended up calling some .asp scripts. If you look at the IIS HTML Administrator, I think that's where our CF guy got most of the idea how to do this. DNS has also similar COM extensibility... Unfortun

RE: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread Joshua Miller
er 01, 2002 12:16 PM To: CF-Talk Subject: RE: Using CF to interface IIS and Microsoft DNS We were able to leverage some COM components of IIS & MS-DNS to do this... Some parts I believe we ended up calling some .asp scripts. If you look at the IIS HTML Administrator, I think that's whe

Re: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread cf-talk
; <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 7:23 AM Subject: RE: Using CF to interface IIS and Microsoft DNS > there is probably a set of .vbs scripts which will allow that... I know you > can do a creation of new websites (not on XP) with them > > -Original Message-

Re: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread cf-talk
--- Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 10:50 AM Subject: RE: Using CF to interface IIS and Microsoft DNS > Thanks, it's just nice to know it's possible ;) I&#x

Re: Using CF to interface IIS and Microsoft DNS

2002-11-01 Thread Jon Hall
It is possible. It is harder to do from CF than ASP. Blame MS... The only way to script IIS (that I know of) is through ADSI, so you will need a wrapper, like IHTK, or use cfexecute to execute the scripts that MS provides. Microsoft has released a WMI DNS provider, that CF might be able to use http

RE: Using CF to interface IIS and Microsoft DNS

2002-11-02 Thread cfhelp
Install the Support Tools for Windows 2K. You will use the Dnscmd and in the Inetpub\adminscripts the mkw3site you can execute them both from a command line so just create a cmd file on the server and rewrite it with cold fusion for each site and execute it with cfexecute. You do the same for cre

Re: Using CF to interface IIS and Microsoft DNS

2002-11-02 Thread cf-talk
Jon, FYI... a program called DnsCmd.exe along with CFEXECUTE works extremely well. -Novak - Original Message - From: "Jon Hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 9:25 PM Subject: Re: Using CF to interf