How to correct it?
views:
382answers:
3
+1
A:
"Only files needed to run this application" means any build output files like DLLs and references in the bin folder and any files that have a Build Action of Content.
Since the web.config is neither of these, you'll have to change the publish option to All Project Files, or else copy the web.config manually.
Brandon
2009-08-20 14:24:38