Jump to content

iis_add_server


dcole.ath.cx

Recommended Posts

what are all the parts to this function, and an example:iis_add_server -- Creates a new virtual web serverint iis_add_server ( string path, string comment, string server_ip, int port, string host_name, int rights, int start_server )string path -- WHAT IS THIS?string comment -- WHAT IS THIS?string server_ip -- like 63.545.545.45int port -- port 80string host_name -- http://example.comint rights -- WHAT IS THIS?int start_server -- is this just 1 or something?what is int? do I need it in an if statement?Right now I have to add ever virtual web server by hand and I don't like it, how can I use this funtion? I have IIS 5.0 on a windows 2000.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...