I may be going about this the wrong way, but in the website component of my Silverlight app I added some docx files and they are not available when publishing to IIS 7.5. In my dev environment it works great and I can reference the docx files. Each docx file has a build action of 'content' and Copy to Output Directory is set to 'copy always'. When I build the solution, I can see the docx files on my local dev machine in the appropriate folders. When I publish to IIS, the docx files are nowhere to found in the folder structure containing the website on the web server. I tried manually copying the docx files to the web server, but my app still cannot see them.
Is there a better way for my docx files to hitch a ride with my app when I publish to IIS?