Getting Started with ASP.NET Web Forms
Licensing Information / Troubleshooting / I have a licensed version of a ComponentOne product on my Web server but the components still behave as unlicensed
In This Topic
    I have a licensed version of a ComponentOne product on my Web server but the components still behave as unlicensed
    In This Topic

    There is no need to install any licenses on machines used as servers and not used for development.

    The components must be licensed on the development machine, therefore the licensing information will be saved into the executable (.exe or .dll) when the project is built. After that, the application can be deployed on any machine, including Web servers.

    For ASP.Net 2.x applications, be sure that the App_Licenses.dll assembly created during development of the application is deployed to the bin application bin directory on the Web server.

    If your ASP.Net application uses WinForms user controls with constituent licensed controls, the run-time license is embedded in the WinForms user control assembly. In this case, you must be sure to rebuild and update the user control whenever the licensed embedded controls are updated.