我用OWC11组件做到图表统计,在进行调试的时候没有问题,在我进行发布后,用IIS6.0对其进行配置的时候出现了下面的问题
System.Runtime.InteropServices.COMException: 拒绝访问。 (Exception from HRESULT: 0x80030005 (STG_E_ACCESSDENIED))
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[COMException (0x80030005): 拒绝访问。 (Exception from HRESULT: 0x80030005 (STG_E_ACCESSDENIED))]
Microsoft.Office.Interop.Owc11.ChartSpaceClass.ExportPicture(String Filename, String FilterName, Int32 Width, Int32 Height) +0
Chart.PaintZhuXingTuOrThreeDZhuTu(DataTable DT) +2277
Admin_EvaluationDetails.Page_Load(Object sender, EventArgs e) +1157
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
|
但是我在IIS7.0里面测试没有问题,请高手帮忙解决这个在IIS6里出现的问题