Hi
As I learn asp, most of my doubts clear out by themselves. But there's still one of my "big" initial doubts that stays uncleared: I wonder how can I protect my access database file from being downloaded or viewed straight through its URL. Of course the file name and path should be known, but I feel like maybe there is some way to make that file only available from other scripts on the site, but not straight from the client browser.
I hope you understand what I mean. Maybe it is something that must be set by the server, in fact I tested my asp's with a free account at Brinkster and it has a special folder called db, I thought it might be an "outside-protected" folder but it was still accessible by url-db/name.mdb.
Thanks for any help on this issue.
As I learn asp, most of my doubts clear out by themselves. But there's still one of my "big" initial doubts that stays uncleared: I wonder how can I protect my access database file from being downloaded or viewed straight through its URL. Of course the file name and path should be known, but I feel like maybe there is some way to make that file only available from other scripts on the site, but not straight from the client browser.
I hope you understand what I mean. Maybe it is something that must be set by the server, in fact I tested my asp's with a free account at Brinkster and it has a special folder called db, I thought it might be an "outside-protected" folder but it was still accessible by url-db/name.mdb.
Thanks for any help on this issue.