Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
Deployment of WebGrid
posted

We deploy our ASP.NET application to the stage server. The stage server is a clean installed server. We copied all the infragistics assemblies from development's Bin - Signed to the stage server's GAC. However, all infragistic client scripts do not work. The Ajax works and allour own javascripts work, too. Are there anything we missed during the deployment of infragistics control?

  • 45049
    Suggested Answer
    posted

    What version of the toolset are you using?  More importantly, what is the CLR version of the toolset (if one is listed)?

    Our CLR 2.0 and CLR 3.5 controls have their JavaScript files embedded as resources directly in the assemblies themselves.  There are also separate JavaScript files, for those who want to deploy these separately.

    Our CLR 1.x controls include separate JavaScript files.

    There are a number of articles published related to deployment of applications using our controls.  For recent releases, these steps are included in the help documentation.  For example, the following article from our online help documentation of NetAdvantage for Web Client (ASP.NET) 2009 Volume 1 leads to other articles showing how to deploy applications using our ASP.NET controls:
    Deploying Your Application

    The above article should apply similarly to any of our CLR 2.0 or CLR 3.5 assemblies and their related resources.  Deploying our CLR 1.x assemblies and related resources is slightly different.