Re: IIS API

2007-07-09 Thread Ian Skinner
Thanks that looks exactly like what I was hopping for. I will have to play with this when I get a chance. Ian Chesty Puller wrote: > You can do this to change the IIS default directory from the command line > (notice the command path): > > c:\inetpub\adminscripts\>cscript adsutil.vbs set w3svc

Re: IIS API

2007-07-09 Thread Chesty Puller
ous user account, password, authentication methods, and everything else about IIS using adsutil.vbs. - Matt Small - Original Message - From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Community" Sent: Friday, July 06, 2007 1:21 PM Subject: IIS API > Is there an API

RE: IIS API

2007-07-09 Thread James Smith
ssage- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 17:01 To: CF-Community Subject: Re: IIS API See I got into the habit of coding almost all my sites with relative paths (./ and ../ for example) so the problem wouldn't arise. That works great for HTTP paths, but not s

Re: IIS API

2007-07-09 Thread Ian Skinner
See I got into the habit of coding almost all my sites with relative paths (./ and ../ for example) so the problem wouldn't arise. That works great for HTTP paths, but not so good for other kinds of paths such as and many other places where one works with systems paths for one example. ~~

RE: IIS API

2007-07-09 Thread James Smith
See I got into the habit of coding almost all my sites with relative paths (./ and ../ for example) so the problem wouldn't arise. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 09 July 2007 15:43 To: CF-Community Subject: Re: IIS API Not really, because much

Re: IIS API

2007-07-09 Thread Larry Lyons
>Is there an API or something that I can programatically change the home >directory of my default website in the IIS console on my WinXP >workstation? I maintain different websites for my different projects >and since IIS in WinXP can only have one running website, I need to go >into IIS conso

Re: IIS API

2007-07-09 Thread Ian Skinner
Not really, because much of my work is on applications that the path to and from the root matters. And since the production environment will not have the same path, this kind of setup has usually been very problematic for me. Ian James Smith wrote: > One of the things I used to do in this sit

RE: IIS API

2007-07-09 Thread Jim Davis
> -Original Message- > From: Ian Skinner [mailto:[EMAIL PROTECTED] > Sent: 06 July 2007 18:22 > To: CF-Community > Subject: IIS API > > Is there an API or something that I can programatically change the home > directory of my default website in the IIS console o

RE: IIS API

2007-07-09 Thread James Smith
u? -- Jay -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 06 July 2007 18:22 To: CF-Community Subject: IIS API Is there an API or something that I can programatically change the home directory of my default website in the IIS console on my WinXP workstation? I maintain

Re: IIS API

2007-07-06 Thread Casey Dougall
YEah, http://www.codeproject.com/csharp/IIsAdminNet.asp But it doesn't create vertual directories for you and you need to setup the default index.cfm file everytime you create a new site but outside of that it's kinda cool. Casey Dougall Web Applications Developer Ph: (518) 743-9424 Ext: 204 F

IIS API

2007-07-06 Thread Ian Skinner
Is there an API or something that I can programatically change the home directory of my default website in the IIS console on my WinXP workstation? I maintain different websites for my different projects and since IIS in WinXP can only have one running website, I need to go into IIS console an