Permissions Error accessing CuteEditor.lic

  •  01-05-2005, 12:53 PM

    Permissions Error accessing CuteEditor.lic

    We are experiencing an intermittant error accessing the .lic file. The UnauthorizedAccessException is thrown with the following message: Access to the path "c:\WebPublish\bin\CuteEditor.lic" is denied.
    This exception is thrown by a System.IO.FileStream constructor called in the CuteEditor.Tools.EncryptedLicenseProvider.GetLicenseDataStream(Type type) function.
    Note that we are running an authenticated (windows) site with impersonation set to true.
    Normally I would assume that this is a problem with the security settings on the directory containing the CuteEditor .lic, however, a) this is the same directory that contains the .dlls for the site, and
    b) the problem occurs intermittantly, independent of the specific user.
     
    Thanks for any help/insight you can provide.
View Complete Thread