I have a legacy website creation script written in VBScript which configures a number of virtual directories on the default web site using WMI. I now have a requirement to configure the virtual directories for ASP.NET and can't for the life of me figure out how to script this configuration.
I'm trying to set a number of parameters that are accessed via the 'ASP.NET' tab of the virtual directory properties. In particular, I need to add some application settings (key, value pairs) and set the globalization response encoding.
Nothing I've seen anywhere on the web has got me anywhere close to being able to do this in WMI/VBScript. Can anyone put me out of my misery?
Thanks, Al.