Recently I need to deploy our website into a QA environment. I find that there are a lot of options in the deployment methods, including FTP and Web Deploy. Before, I often used FTP deployment, which would copy all the website files from Visual Studio to the Server.
But this time, I noticed the Web deploy method. It also requires an account and password to upload the files. But what is the difference between the two methods?
