My programming environment includes scripts to configure my auto-exchange on a clean machine.
One step uses vbscript to configure the website in IIS, which is used to control the build.
On a specific machine, I will run apache on port 80 for a separate task.
I would like my vbscript to set the port to 8080 for the new site that it is adding.
How can i do this?
source
share