Fast deploy website from Visual Studio

Published on 2024-11-23 by Raul
Most of the time when doing a deployment of a website using FTP, I had to wait for a good couple of minutes for the deploy to finish.

This was cause by the fact that each file (even those that weren’t changed) was individually copied on the server. This introduced a HUGE overhead, especially for big projects.

So I found Web Deploy, a package from Microsoft integrated directly into Visual Studio, that made the deployment REALLY fast, compared to FTP.

Keep in touch


About

Hey there, I'm Raul, owner of CreativeCLR, a small consulting company.

Feel free to drop me any question you might have on this post using the comment section or the contact page.