Web Project - Synchronize All Folders
Visual Studio
1
Posts
1
Posters
3
Views
1
Watching
-
In the environment where many developers point to a single web server for development, we want to have our changes stored on our local boxes as well as the server; just in case. There is a menu item under Project - Web Project - Synchronize All Folders that does this for us; puts everything in the local VSCache directory. Is there a setting (that I'm not seeing) that will allow me to auto-synchronize on every save? So I check a file out on the server, when I save it both the web server and my local cache get updated at the same time; like how Interdev works in this scenario. Thanks to anyone that might know. Ron Ward