How can I make visual studio 2010 deploy (or FTP upload) a page on save?
Posted
by Isa
on Stack Overflow
See other posts from Stack Overflow
or by Isa
Published on 2010-04-23T01:36:29Z
Indexed on
2010/04/23
1:43 UTC
Read the original article
Hit count: 249
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.
© Stack Overflow or respective owner