views:

26

answers:

1

Visual Studio 2010 is not publishing all files to the file system. In VS 2008 there was an option to include all files in the project when publishing. However, VS 2010 does not have this option. When I go to publish using the file system publish method, certain files are not published such as .pdf files and .flv files. These files are included in the project so I am not sure why they do not get published.

A: 

hmm, Vs2010 has an option under

Project -> Package/Publish Settings -> Package/Publish Web (Tab) -> Items to Deploy.

Simon Hazelton
I guess I should have paid attention to that info on the publish dialog. Thanks!
BuzzAnn