ms access database path error, configuring site on local IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zuhaib Hyder
    New Member
    • Mar 2007
    • 43

    ms access database path error, configuring site on local IIS

    i'm trying to configurer my dot net site on lcal IIS, which use ms access database
    while i try to access from other pc's, then database path error occurs, bcz my connection

    was trying to find database on local system, rather then go to my webserver virtual

    directory

    what will be the solution of it?
  • PianoMan64
    Recognized Expert Contributor
    • Jan 2008
    • 374

    #2
    Originally posted by Zuhaib Hyder
    i'm trying to configurer my dot net site on lcal IIS, which use ms access database
    while i try to access from other pc's, then database path error occurs, bcz my connection

    was trying to find database on local system, rather then go to my webserver virtual

    directory

    what will be the solution of it?
    When you create the connection, you need to not specify where it is located physicially on the drive. This will cause the browser to look on the local mahince. What you need to do is enter the virtual path to the table when you define your connection the ms access database.

    If you send me your connection, i should be able to figure that out for you.

    Hope that helps,

    Joe P.

    Comment

    Working...