Results 1 to 2 of 2

Thread: deploying activex exe document on iis

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Location
    Bradenton, FL
    Posts
    87

    deploying activex exe document on iis

    i have an activex exe document that i've created, that i'd like to put on my webserver. it's a simple timesheet program for users to log their time remotely. it accesses an Access .mdb. when i test it in run-mode of vb6, it works fine, but when i try to access it thru "http://localhost/timesheet" it asks for the connection string to the .mdb. i have all my files including the .mdb in "c:\inetpub\wwwroot\timesheet". where should i set the connection path in the data environment to?

    if this helps, whenever i navigate from .vbd to .vbd, i have to use the following code:

    strAbsPath = "C:\Program Files\Microsoft Visual Studio\VB98"
    UserDocument.Hyperlink.NavigateTo strAbsPath & "YOURNEXTDOC.vbd"

    could this hard-coding to the c: be the problem?

    Thanks,
    Greg

  2. #2
    New Member
    Join Date
    Sep 2001
    Location
    India
    Posts
    1
    hi

    First use DSN less connection. Remove the C:\ with http:// and post it in an IIS server preferably 4.0

    I hope things will work

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