Posted February 25th, 2010 by reddrider
I know this has been hashed and rehashed a few times (according to my searches anyway), but I figure I'd ask one last time before I give up on the idea entirely: Is there any way to, in the code window, run a command like Ctrl+Shift+U and upload ("deploy") ONLY the file I'm currently editing, without running a deploy on the entire solution? I know if I right click the file in the solution explorer I can deploy that single file, but I don't like using the mouse if I can ever help it.
Sorry if this question's been asked a dozen times, figured I'd just make sure I'm not missing something :)
juanc says:
Have you considered the idea of using the remote server project instead?
I'll look and see if there is something you can do via a macro.
Wondering if you tried recording a macro and tweak it.
reddrider says:
You're probably right, it would be a better idea to use a remote server project. I've gone so long without the "upload on save"-esque ability that I'm used to not using it, but I guess there's nothing inherently wrong with that. Thanks for the feedback!