Re: Problem using CuteEditor on ASP.NET

  •  11-20-2012, 10:21 AM

    Re: Problem using CuteEditor on ASP.NET

    As suggested above, the issue was the trust level.  In an ASP.Net application (Visual Web Developer 2012), I needed to add the following to the <system.web> section of the web.config file:

     

    <trust level="Full"/>

     

    That fixed the error (or stopped it from happening).

     

View Complete Thread