keyongtech


  keyongtech > inetserver.* > inetserver.iis > 03/2006

 #1  
03-23-06, 07:16 PM
Rod Alvarado
http://www.microsoft.com/technet/pro....mspx?mfr=true

url above states:
Type cscript iiscnfg.vbs /f filename.xml /d password /inherited /children,
and press ENTER.



this returns Type IIsCnfg /? for help.

doing so lists a very different syntax for command, many of the switches do
not work.



is there another version of iiscnfg that i need to use?

any help appreciated.
 #2  
03-24-06, 11:31 AM
dwb
Rod Alvarado wrote:

> [..]
> /IIS/2d65822e-0a7a-473e-8b09-5f49bfbb9df1.mspx?mfr=true
>
> url above states:
> Type cscript iiscnfg.vbs /f filename.xml /d password /inherited
> /children, and press ENTER.
>
> is there another version of iiscnfg that i need to use?
>
> any help appreciated.



Firstly, you're not telling iiscnfg what you want to do - are you
wanting to do an export, an import, a copy etc.

If you're wanting to export a config then you can do this :
iiscnfg /export /f <filename> /sp / /children

That should export your configuration in a plain XML document.

To import it into your new server :
iiscnfg /import /f <filename> /sp / /dp / /children
will import it in - overwriting any differences between them.

http://technet2.microsoft.com/Window...15c9a-fd7c-4c1
e-aaa6-0767ccd6fdd11033.mspx

seems to be a better source of information than the other link you have.
 #3  
03-30-06, 01:04 AM
Rod Alvarado
so far this is what i'm finding:
- ip numbers need to be changed in XML file
- anonymous access is still the id from the old server

anything else I should be looking for?

"dwb" <parc_erom_tey> wrote in message
news:1868
[..]
Similar Threads
VIEW ALL OPEN APPLICATIONS OR SITES

Hi all, How can I view all open application on a monitor, like SPACE in Mac. My friend uses Internet exporer 6.0 and he can view all open application in his monitor with one...

Web sites vs web applications

Hi all, I'm sure most of us round here have heard of Dino Esposito - *very* well respected in our industry... I was reading an article of his in this month's VSJ entitled...

Moving web sites to a different computer

I moved all of my code (ASP.NET, Framework 1.1, VS2002) to a different computer. Of course, when I try to open the site the SLN file and the code behind files point to the...

IIS Applications & Root Sites

There's a mystery I can't understand: In IIS, there is Default Web Site. Microsoft expects (in InterDev and VS.NET) that any application I create will reside under the...

IIS Applications & Root Sites

There's a mystery I can't understand: In IIS, there is Default Web Site. Microsoft expects (in InterDev and VS.NET) that any application I create will reside under the...


All times are GMT. The time now is 12:10 AM. | Privacy Policy