How do I create an application in IIS 5.0 using powershell?
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 it's really possible?
I would like to write a script to create a temporary application, so I can copy some ASP.NET files in there, build them, and then delete the temporary application.
I would gladly call third party VBScript if you need to.
source to share
Some installers are used to download ASP.NET which will customize the project in IIS 5.0. I think it was the old ASP.NET Forums software. I know this is not the answer to your question.
If I was a betting player, I would say that they probably created a batch file that used VBScripts. Because I remember how the black window came up for compilation and deployment.
As far as PowerShell is concerned, I don't think there is any solution for integrating with IIS 5.
source to share