Hi,
I have created a small .net application which uses Crystal Reports(bundled Version).I have everything working on the development server.I have a webset up project & my .net project in a solution.Now I want to move the whole application to production.What should I do The production server just has .net framework installed. So I cannot created solution.If I just copy my projects to production will it work
Thanks,
Sudha

Deploy in Production
Chip1958
Here is a whitepaper that details how to deploy your application:
http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf.asp
Keith - Business Objects
JHD
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Access is denied: 'CrystalDecisions.Shared'.
Source Error:
Source File: D:\Pandu2\Indicators\web.config Line: 17
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.Shared' could not be loaded.
Please let me what my problem could be.I changed all my references to point to my application bin directory before moving to remote server.
Thanks,
Sudha
Graham Tilson
I copied the websetup.exe to production server and executed it there.It went through.When I say http:\\webserver\projectname it gives me this error
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: Access is denied: 'CrystalDecisions.CrystalReports.Engine'.
Source Error:
Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine' could not be loaded.