I'm trying to automate the deployment process and so far am being able to build and deploy asp.net web site.
Now, I'd like to create IIS site and Application pool for any new IIS if it doesn't exist.
Can I do it with web deploy or is there any other way to do it?