I am trying to create a deployment process so developers can deploy their web applications to the server without needing an IIS Admin. I am trying to use Web Deploy. I noticed when using web deploy publishing from Visual Studio that your site/application has to be created BEFORE you can publish your site. Is there anyway you can create the application on the remote server using web deploy before publishing to the remote server.
↧