Hi,
How can I add new application mapping in IIS using vbscript?
Thanks,
|
|
Use a combination of ADSI with VBScript. There are several examples here: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/library/IIS/4b976f46-3751-4f6b-ab68-5e19fa73a7b1.mspx |
||
|
|
|
|
Basically you could use Unfortunately, A person named David Wang has made a VB script that has this capability. He explained in more detail in his blog entry on the topic. The script he made can be copied from there. You can modify other LIST properties with it as well. |
||
|
|
|
|
Hi Tomalak, Thanks for the link, I did use his posted code with some modifications to fit my needs. And it worked great. |
||
|
|