hello
i'm building a website that has a database bel.mdb in:
now i'm working on an asp-file that has to access bel.mdb, this asp-file is located at:
what should the correct Server.mapPath-statement be ?
i thought: Server.mapPath("/database/bel.mdb", but when i do that, he's looking for: /tracking/database/bel.mdb
he should go one step further to the root, not the tracking-dir...
can someone help me ?
thanks already
i'm building a website that has a database bel.mdb in:
now i'm working on an asp-file that has to access bel.mdb, this asp-file is located at:
what should the correct Server.mapPath-statement be ?
i thought: Server.mapPath("/database/bel.mdb", but when i do that, he's looking for: /tracking/database/bel.mdb
he should go one step further to the root, not the tracking-dir...
can someone help me ?
thanks already