MDB server security

  • Thread starter Thread starter Murray Chapman
  • Start date Start date
M

Murray Chapman

Hi
A question that I have wanted to ask for ages.
Ho do Istop a person from downloading my access database that Iam using as
part of my site backend.

I am sure that the answer is fairly simple but Ihave never seen any
documentation telling me how to do this.

I hope that someone can help me.

All the best

Murray
 
Ho do Istop a person from downloading my access database that Iam using
as
part of my site backend.

Put it somewhere that it can't be downloaded from.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Murray Chapman said:
A question that I have wanted to ask for ages.
Ho do Istop a person from downloading my access database that Iam
using as part of my site backend.

Just put it in a location that the web server cannot reach by URL.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 
You must configure in IIS (globally or only for single application): click
Properties -> Configuration -> Mappings
Add a new item:
Executable: something that doesn't display the database content
Extension: .mdb

HtH,
Andrea
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top