Posts

Showing posts from June, 2009

Deploying web-applications which use Crystal-Reports

Image
Creating an installer is very much necessary to distribute the reporting applications being used in the web-application. In this section we are discussing how to deploy the web-application(which is using crystal reports) using Microsoft Visual Studio 2005. 1. Create a setup file Go to File> New Project >Setup and Deployment > Web setup project As shown in the figure below. Specify the name of the setup file and click on "OK" 2. There should be a bin folder inside "Web Application Folder" . Add references used in your project including the references used for Crystal report in the folder. You can do so by right clicking the "bin" folder and going to Add > Assembly 3. Now, you need to add all the files of your website to the setup file. Right click on the "Web Application Folder" in the file system column or the name of the setup file on the solutions explorer; go to Add > File and add all the files of your website. 4. Besides files