Hi,
I am trying to use component developed in
Vb.What I am doing is : -
1.I am developing an Activex Dll named "Book.dll".This Book.Dll has a class named "item".This class has a function named "show()".
Public function Show()
show="hello Joy"
end function
I am trying to use this component in asp.I am writing
Dim obj
set obj=Server.Createobject("Book.Item")
reponse.write(obj.show())
but this is giving an error.....
The error is permission denied to this component.I can't make out what is going wrong.Plz help me...
Thanks in Advance,
Joydeep