Deploy in Production

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


Answer this question

Deploy in Production

  • Chip1958

    Hello Sudha,

    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

    I am getting the following 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.Shared'.

    Source Error:

    Line 15: debugging ASP.NET files. Line 16: --> Line 17: <compilation defaultLanguage="c#" debug="false"><assemblies><add assembly="CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/><add assembly="CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/></assemblies></compilation> Line 18: Line 19: <!-- CUSTOM ERROR MESSAGES

    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.

    === Pre-bind state information === LOG: DisplayName = CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304 (Fully-specified) LOG: Appbase = file:///D:/Pandu2/Indicators LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304 LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indicators/90b31790/f7c165a4/CrystalDecisions.Shared.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indicators/90b31790/f7c165a4/CrystalDecisions.Shared/CrystalDecisions.Shared.DLL. LOG: Attempting download of new URL file:///D:/Pandu2/Indicators/bin/CrystalDecisions.Shared.DLL. 

    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

    Hi,

    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:

    Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 258: <add assembly="*"/> Line 259: </assemblies> Line 260:

    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.

    === Pre-bind state information === LOG: DisplayName = CrystalDecisions.CrystalReports.Engine (Partial) LOG: Appbase = file:///D:/Pandu2/Indicators LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Post-policy reference: CrystalDecisions.CrystalReports.Engine LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indicators/90b31790/f7c165a4/CrystalDecisions.CrystalReports.Engine.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/indicators/90b31790/f7c165a4/CrystalDecisions.CrystalReports.Engine/CrystalDecisions.CrystalReports.Engine.DLL. LOG: Attempting download of new URL file:///D:/Pandu2/Indicators/bin/CrystalDecisions.CrystalReports.Engine.DLL. 

  • Deploy in Production