I have created a chart through activexdll using vb6. On accessing this
dll from asp.net, I get the error:
"System.Security.SecurityException: Permission denied"
I have tried tlbimp.exe too, but no use
AFter breaking my head on inputs from google,
I tried this:
<identity impersonate="true" userName="admin" password="pwd"/>
Again the same error
Here is the detailed error:
[SecurityException: Permission denied]
ExcelChartCreator.clsExcelChartCreatorClass.Create Excel(String sessionid, String ServerName, String VDirName) +0
AprWithDB.frmAPRChart.Page_Load(Object sender, EventArgs e) in D:\Inetpub\wwwroot\AprWithDB\frmAPRChart.aspx.
vb:3 6
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()
System.Web.UI.Page.ProcessRequest()
System.Web.UI.Page.ProcessRequest(HttpContext context)
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionStep.Execute()
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)
Any help would be highly appreciated.
Thanx:)
Spacy