Re: Domain Licence Cutesoft editor for .NET 6.0 problem

  •  01-03-2008, 3:31 AM

    Re: Domain Licence Cutesoft editor for .NET 6.0 problem

    Problem solved!
     
    I try this:
     
    If you want to maintain the license file in a separate location, you have two options:

    1. Add an entry to your Web.config file.
     
    Example: 
    <add key="CuteEditorLicense" value="/somefolder/CuteEditor.lic" />

    2. Copy CuteEditor.lic to the "licenses" directory for the web application that uses the CuteEditor. 
     
    and it works!
     


View Complete Thread