Results 1 to 3 of 3

Thread: Permission Question for Web Database

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Posts
    93

    Permission Question for Web Database

    I have an Access 2000 Database that is filled with knowledgebase articles. I need to publish it on the internet with asp pages. Here is how I have it set up.

    wwwroot
    .......wwwroot\Knowledgebase.asp
    .......wwwroot\Articles.asp
    .......wwwroot\Database
    ...............wwwroot\Database\Knowledgebase.mdb

    For the code to work I have to give the I_User Read, Write, and Execute permissions to the wwwroot\database directory. What are the dangers of this, and are there any better ways of doing it? If I give the I_User only read and execute permissions he cannot access the Database when it is open by someone else.

    Thanks
    Brandon

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    The danger is that if someone knows the DB file name, they can download the raw database. How sensitive is the info in the db?

    The ideal solution would be to put the DB in a folder that is not part of the web site structure.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Posts
    93
    The Data is not sensitive at all. That is why I put it out there that way. But I plan on making larger projects and I would like to know the best way to do them.

    If I put the database above the Inetpub directory (such as D:\Database\Knowledgebase) the I_User still has to have Read,Write, and Execute permissions to the folder. Could this still be a problem?

    Also, Is there a safe way to store a database in a free website where everything is stored in your public folder?

    Thanks
    Brandon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width