Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command line in IIS

Status
Not open for further replies.

anitalulu

Programmer
Nov 19, 2002
23
HK
Does IIS have any command line to configure the web site?
I want to use the command line to change the IP address in my web site.

pls help
 
 0
There is an administrative script in IIS. I don't know if has such option that you want.
The name is adsutil.vbs.
Since you are programmer, you can have a look in the script. As you know all information about IIS config is in a hive, so should be able to customize it.

Gia Betiu
gia@almondeyes.net
Computer Eng. CNE 4, CNE 5, MCSE Win2K
new: (just started)
 
I am not familiar with the IIS Scripts suggested by Gia Betiu but why do you not used the MMC that IIS uses to change the IP?

Steve Hewitt
 
 0
I need to run a perl program to change the IP address of the web site. Thus, I need to use command line.
 
 0
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top