Registering a dll in web server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MoorthiDaniel
    New Member
    • Nov 2006
    • 5

    Registering a dll in web server

    i have launched a web site written in asp.i want to use a dll component in that site. how can i register that dll component in web server?. if it is local then we can use regsvr32.
  • nedu
    New Member
    • Nov 2006
    • 65

    #2
    place the dll in the path where u r site resides. And then make some vb codings to register the dll . . .


    Thnx & Regards

    (M. Nedu . .)

    Comment

    • sashi
      Recognized Expert Top Contributor
      • Jun 2006
      • 1749

      #3
      Hi there,

      Kindly refer to sample code segment below, hope it helps. Good luck & take care.

      Code:
        Public Sub RegisterActiveX()
          Regsvr32 c:\path_to_activex_dll\name_of_the_dll.dll
        End Sub

      Comment

      • imrannawabkhan
        New Member
        • Sep 2007
        • 4

        #4
        Hi there guys,

        I 've my Asp website and I'm tring to use the ActiveX file (Com) in my web. I can register it on local server but I don't know how to register on the Web server as I 've just Ftp Access to the site. It 'll be my pleasure if some buddy help me plz try to provide a bit details.

        Comment

        Working...