views:

245

answers:

0

Just started using Visual Studio 2010, moved over from Netbeans.

I kinda liked the Netbeans upload on save functionality, which was useful in development environments when one is constantly making small changes and testing them. As soon as you saved a file, it would be synced to the FTP server.

Is it possible to do this in VS? I'm pretty sure there is a way, using a macro of some sort, and having it run on every save? However I have no idea how to implement it...

Maybe even a keyboard shortcut to deploy the current working file would be nice.