【发布时间】:2009-09-22 06:42:42
【问题描述】:
我尝试使用 MSChart 和 ZedGraph,但它们都需要完全信任。我可以在 Medium Trust 虚拟主机中使用任何其他图形库吗?我必须注意,到目前为止,我对 ASP.NET 的了解非常少。
谢谢, 彼得
编辑:最后,ZedGraph 似乎在 Medium Trust 中运行良好。我刚刚在 ZedGraph 源代码中的 AssemblyInfo.cs 中添加了以下行,重新编译后一切正常:
[assembly: AllowPartiallyTrustedCallers ]
【问题讨论】:
标签: asp.net graph medium-trust