Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Dmitry  
#1 Posted : Wednesday, November 7, 2007 11:22:29 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Graphics Mill for .NET and add-ons are written in the Managed C++ and mix managed and unmanaged C++ code in assemblies. These assemblies are non-verifiable and require SkipVerification permission to be run. Therefore, any web application which uses Graphics Mill for .NET and add-ons must be run in the Full trust mode.

There are two ways to set the necessary trust level:

  • Modify Web.config file:
    Code:
    <system.web>
       <trust level="Full" originUrl="" />
    </system.web>
  • Add Graphics Mill for .NET and add-ons assemblies to the Global Assembly Cache (GAC). You can find the detailed information about installing assemblies into the GAC in MSDN article How to: Install an Assembly into the Global Assembly Cache.

    By default, Web applications are configured to run with Full trust level. But under certain circumstances the trust level can be reduced. For example, hosting providers may reduce the trust level due to security policy. In that case, you should contact your hosting provider to solve this question.

  • Edited by moderator Sunday, June 10, 2012 9:06:25 PM(UTC)  | Reason: Not specified

    Sincerely yours,

    Dmitry Sevostyanov

    UserPostedImage Follow Aurigma on Twitter!

    Users browsing this topic
    Guest
    Forum Jump  
    You cannot post new topics in this forum.
    You cannot reply to topics in this forum.
    You cannot delete your posts in this forum.
    You cannot edit your posts in this forum.
    You cannot create polls in this forum.
    You cannot vote in polls in this forum.