tags:

views:

29

answers:

2

Hi,

Using msbuild, how can I upload only changed files to my web host (from an asp.net web application)?

Thanks

+1  A: 

You can use msbuildtasks and Robocopy (or using exec).

Maxwell Troy Milton King
+1  A: 

I would use MSDeploy for this. Many third party hosts are starting to support MSDeploy as well.

Sayed Ibrahim Hashimi