I'm using Visual Studion 2008 to build and deploy a webservice project. I've added a bunch of files to the App_Data folder: some xml, some plain text and 2 pdf's. All these files are included in the .csproj file (if they are not, they will not be published) But when doing a 'publish' from VS2008 (of course with the option 'Included files from the App_Data folder' selected) the pdf's are NOT published. I have tested this with both 'replace' and 'delete' options selected.
Does anyone know why certain files, in this case PDF's, are not published?