I need to deploy a web application on several laptops (although it is a web application, it is intended to run via localhost
only - thus the need to deploy on several different machines).
Normally I would go to IIS and right click a directory to create a web application, but I would very much like to automate this leg of the installation. Can it be done?
edit: My question, clearly, isn't very clear.
I want to use IIS, but I want to create the web application automatically without opening the IIS Microsoft Management Console (MMC).