Results 1 to 3 of 3

Thread: Set up classic ASP-db in VISTA

  1. #1
    Join Date
    Oct 2002
    Posts
    933

    Set up classic ASP-db in VISTA

    Setting up classic ASPdb in Vista –
    1. Put id file in – C:\Windows\System32\_ASPDB2009.ID.
    2. Put GOLD2009.DLL (or equivalent) in any directory like C:\Inetpub\wwwroot\ASPdb\Dev-2009\GOLD2009.DLL.
    3. Go to C:\Inetpub\wwwroot\ASPdb\Dev-2009\ and type - regsvr32 –u GOLD2009.DLL to clean up any previous DLL setup using regsvr32 which is not appropriate.
    4. Fire up component manager (C:\Windows\System32\comexp.msc).
    5. Setup a COM+ Application (Classic ASPdb)
    6. If there is an old setup, delete all the ‘balls’ and shut down ‘Classic ASPdb’.
    7. Setup new component from C:\Inetpub\wwwroot\ASPdb\Dev-2009\GOLD2009.DLL.
    8. Highlight all the balls (Ctrl-A) and in the Advanced tab – check Allow IIS intrinsic properties.
    9. Execute the test file license.asp as follow -
    <%
    Set x = Server.CreateObject("ASP.db")
    response.write("Version = " & X.dbVersion & "<BR>" & X.dbLicense)
    %>

    Fk

  2. #2
    Join Date
    Mar 2003
    Posts
    15
    I tired these steps in 2008 64bit, but no luck. was able to get the .DLL to register, but had to do so in the syswow64 directory. Not sure if that is the problem or not. Any howto's for 2008 64bit

    Dkone

  3. #3
    Join Date
    Oct 2002
    Posts
    933
    There is a message in -> How to Install Classic ASP-db in WS2008. Check it out. Are you setting in VISTA or WS2008? Do you have the latest version of the DLL?

    Fk

Posting Permissions

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