I have a folder on a file system that contains all the necessary files for my application. I would like to create a zip package from this folder, so that I can easily deploy my application on different servers. Given that I need to specify a physical target path for the iis web application, how they...