Medium Trust

When we try to set up hosting with Brinkster they mentioned that our app would not run because the DLLs required "Full Trust". They said only DLLs with Medium Trust would work.
Do you know what this is and is there something we can do to make Znodestorefront compatible for when this comes up again?

Currently the issue is that

Currently the issue is that Znode Storefront uses the Microsoft Enterprise library. Some components in this library require Full Trust. One way to get around this is to ask your web host to include the enterprise library and AJAX libraries in the GAC (Global Assembly Cache). The application can then be run under Medium Trust.

Note that there are some web hosts that allow you to run under Full Trust. DiscountASP.NET is one such host - we have fully tested the Znode Storefront application on their servers.