I need to deploy the web application on several laptops (although this is a web application, it is designed to run only through localhost), so I need to deploy it on several different machines).
Normally, I would go to IIS and right-click the directory to create the web application, but I would really like to automate this installation step. It can be done?
edit: My question is obviously not very clear.
I want to use IIS, but I want to create a web application automatically without opening the IIS Management Console (MMC).
source
share