I am using the Publish function in VS 2008 to upload my web application to the server. Most of the files are placed on the server, however I have a Crystal Report in a folder named Reports and that folder and its contents (.rpt and .cs files) are not being uploaded. Everything else (including images, javascript files, text files) is being published and the application works, except for the crystal report.
I select the following options when publishing:
- Target: Delete all existing files prior to publish
- ------
- Copy: Only files needed to run this application
- Copy: Include files from the App_Data folder (checked--even though I don't have any files there)
When I manually copy the files to the server, the application works. However, I want it to work with the Publish function so I can keep the process fully automated.
Any suggestions are greatly appreciated!
Brad