Results 1 to 2 of 2

Thread: calling activeX dll from asp

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2001
    Posts
    20

    calling activeX dll from asp

    Ok i'm stilll new to activeX dll......just learn about it couple of days ago..
    how do u actually call a dll from asp pages? can someone provide me with some samples as well as steps to follow to instantiate the object in asp. Do i have to register the component first in the server?

  2. #2
    Member
    Join Date
    Mar 2002
    Location
    Amsterdam
    Posts
    51
    You call a component with:

    Code:
    Server.CreateObject("progID")
    The component has to be registered on the server - you can also use MTS/COM+.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width