I published my project with Visual Studio 2010 Ultimate SP1, and I have a bunch of files in ~ / App_Data.
I don’t remember whether the first download of appdata was from FTP or using WebDeploy. The problem is that when I add new files to ~ / App_Data and publish the site, these files (or folders under ~ / App_Data) are never published.
In my web deployment settings of the project there is “Exclude App_Data” UNCHECKED, so it should be loaded, but it’s not.
Anything else I have to do?
Lord of scripts
source share