A
And
Hi everyone my database is in a folder inside the inetpub folder
(c:\inetpub\bd\mydatabase.mdb) and my web application is in a folder inside
the wwwroot folder.
My question is:
Is there a way of accessing my database using virtual directories, that is,
for example if I was using html I could achieve this putting
"..\..\bd\mydatabase.mdb".
I tried to do this using mappath function but with no good result.
Thanks in advance
And
(c:\inetpub\bd\mydatabase.mdb) and my web application is in a folder inside
the wwwroot folder.
My question is:
Is there a way of accessing my database using virtual directories, that is,
for example if I was using html I could achieve this putting
"..\..\bd\mydatabase.mdb".
I tried to do this using mappath function but with no good result.
Thanks in advance
And