How do I prevent Visual Studio 2008 (standard edition) from publishing the App_Data folder? I can't have the contents of App_Data published because it ruthlessly overwrites the production data.
Asked
Active
Viewed 848 times
1 Answers
0
The publish dialog has a checkbox option at the bottom to "Include files from the App_Data folder".

Daniel
- 10,864
- 22
- 84
- 115
-
I am not seeing this checkbox. I have VS 2008 standard edition. – Josh Stodola May 04 '09 at 14:38
-
That's weird. Maybe your project is a web site and it only works with web applications? – Daniel May 04 '09 at 22:30
-
Yes it is a web site. Is that a problem? – Josh Stodola May 08 '09 at 14:44