I've worked out how to interact with IIS 6.0, but I can't find anything on the net about how to talk to IIS 5.0 - if indeed it's even possible?
I would like to write a script to create a temporary application, so I can copy some ASP.NET files there, build them, and then remove the temporary application.
If needs be I am happy to call a third-party VBScript instead.