Posts tagged with App_Data
-
Synchronizing App_Data with git
Aug 26, 2012When you have a web application that stores data in it’s App_Data folder, at some point you’ll want to synchronize the development environment(s) with the live environment. This way your development machine will have the latest live data. This is a task that can be achieved with git.