Hello,
I tryed to connect a VB object that i created , here is the asp code:

<%
Set Darren = Server.CreateObject("DarrenStore.Store")
Response.Write typename(Darren.propConn)
set Darren=Nothing

%>

I got error msg for this libe:
Set Darren = Server.CreateObject("DarrenStore.Store")


the error msg:
Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.

What? , Any idea why is it or what to do?
any info will hwlp. its really important for me.

Thanks!!
Namo.