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