I published my project with Visual Studio 2010 Ultimate SP1 and I have a bunch of files in ~/App_Data.
I don't remember if the first upload of appdata was with FTP or with WebDeploy. The problem is when I add new files to ~/App_Data and publish the site, those files (or folders under ~/App_Data) never get published.
My project web deployment settings has the "Exclude App_Data" UNCHECKED so it should be uploading it, yet it doesn't.
Anything else I should do?