ActiveX DLL COM and ASP Problems
I have created an ActiveX Dll to act as a COM object for an ASP app. On my
development machine (VB used to debug component) it works fine, but when
I try and port the dll and asp pages to a new web server it just doesn't
work.
It seems like the server.createobject("MyApp.md") process doesn't seem to
work. I am thinking that it may be some sort of security/permissions issue.
Any help would be greatly appreciated.
Thanks
Felix
Re: ActiveX DLL COM and ASP Problems
try to see what is the error message. a lot of possiblilities can cause DLL
file can be called from VB itself but not ASP, for eg. you must register
the object at the web server.
"FP" <felix.padovan@itprojectsupport.com.au> wrote:
>
>
>
>I have created an ActiveX Dll to act as a COM object for an ASP app. On
my
>development machine (VB used to debug component) it works fine, but when
>I try and port the dll and asp pages to a new web server it just doesn't
>work.
>
>It seems like the server.createobject("MyApp.md") process doesn't seem to
>work. I am thinking that it may be some sort of security/permissions issue.
>Any help would be greatly appreciated.
>
>Thanks
>
>Felix
Re: ActiveX DLL COM and ASP Problems
On 21 Feb 2002 18:17:38 -0800, "FP" <felix.padovan@itprojectsupport.com.au> wrote:
¤
¤
¤
¤ I have created an ActiveX Dll to act as a COM object for an ASP app. On my
¤ development machine (VB used to debug component) it works fine, but when
¤ I try and port the dll and asp pages to a new web server it just doesn't
¤ work.
¤
¤ It seems like the server.createobject("MyApp.md") process doesn't seem to
¤ work. I am thinking that it may be some sort of security/permissions issue.
¤ Any help would be greatly appreciated.
You need to post more info, specifically the error message you are generating.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)