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
110
How to product key use on local development system and also on IIS Server .
posted

Actuly i have diffrent account  with Registration Date: 09-14-2015.

Can i use product key on local development system and also on IIS Server together.

please reply as soon as posible 

Best Regard

ajay 

  • 22852
    Offline posted

    Ajay,

    There isn't any need to install on the server that you are deploying to.  You only need to deploy the run time assemblies that you are using in your application when you deploy your application.  The assemblies can be in the GAC on the server or in the applications bin directly when you deploy.

    The Deployment Overview give details about what assemblies contain what controls:

    http://help.infragistics.com/doc/ASPNET/2015.1/CLR4.0/?page=Web_Deployment_Overview.html

    You can also look at the references for your project to determine what assemblies to deploy.