DCOM Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All

I'm trying to use COM component with ASP.Net project.
I faces the error (Access is Denied)
I need to know what I have to do with this security problem

Thank you for your support.
 
Here are a few things to check
Is aspcompat set to true for your page? This property sets up some critical
plumbing enabling a web page to talk to a COM object.

Is the com component registered and accessible? That's self explanetory.
 
Back
Top