Re: Error? Modal Dialog Box

  •  08-02-2012, 8:40 AM

    Re: Error? Modal Dialog Box

    Hi geoff04,
     
    Please try the setting below in your web.config, it should fix this error.
     
    <appSettings>
        <add key="CuteEditorIgnore304" value="True" />
    </appSettings>
     
    Regards,
     
    Ken 
View Complete Thread