hi
I want to find out if the following requirement is possible with msdeploy.
1. create a single deployment package for all environment and the user will have the option to pick which environment at deployment time, at which time the proper web.config file will be applied. I know there in vs, one can create different build type for different environment with config file transfer and all that, but I really want to know how easy it is to create one single deployment file.
2. include IIS app pool and setting, will create the apppool if it does not exists already and apply settings.
3. set permission to folder
any pointers will be appreciated.
Kevin