switched my domain to a new server / IP address - cuteeditor for .NET is not working any more

  •  01-27-2006, 9:55 AM

    switched my domain to a new server / IP address - cuteeditor for .NET is not working any more

    I have a licensed copy of cuteeditor for .NET that has been working well for years - I just transferred my domain to a new server (and new IP address) and I am now getting an error (some details follow).

    Does anyone know if this is likely to be a license issue?  Does Cutesoft embed the IP address somehow in their license?  Or is it some kind of configuration setting I need to make on my end?  Any help will be greatly appreciated.  Thanks.

    Runtime Error
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
View Complete Thread