Skip to main content
A newer version of this page is available.
All docs
V19.1

Medium Trust Support

This document describes the requirements and restrictions for deploying an ASP.NET application with the ASP.NET Chart Control on a web host requiring the Medium Trust permission level.

Because many web hosts do not grant Full Trust permission to their clients, the Web Chart Control allows you to create web charts that can be viewed at the Medium Trust permission level. However, the following features require the Full Trust permission level, like the OpenGL rendering library upon which they are all based.

In future the ASP.NET Chart Control versions, we’ll try to reduce the list of these restrictions.

There are some other restrictions, already introduced in .NET framework. You can learn more about them on the corresponding Web Page in MSDN: How To: Use Medium Trust in ASP.NET 2.0.

For more information on trust levels, refer to the ASP.NET Trust Levels and Policy Files document in MSDN.

See Also