Error while instantiating this component in ASP page.
<%
Dim oDms
oDms = Server.CreateOb ject("DmsMod.Do cument3")
Set oDms = Nothing
%>
The dll is registered using regsvr32.
I think it is registered correctly because, I can use this dll
perfectly in a VB6 application by adding to the references.
IUSR_MyMachineN ame and IWAM_MyMachineN ame also have Read & Execute
permission on the System32 folder (System32 folder is housing the dll).
Clueless!
<%
Dim oDms
oDms = Server.CreateOb ject("DmsMod.Do cument3")
Set oDms = Nothing
%>
The dll is registered using regsvr32.
I think it is registered correctly because, I can use this dll
perfectly in a VB6 application by adding to the references.
IUSR_MyMachineN ame and IWAM_MyMachineN ame also have Read & Execute
permission on the System32 folder (System32 folder is housing the dll).
Clueless!