The error message can be caused by invalid permissions
on the .mdb access database you are trying to access. IIS uses a
default "IUSR_*" account for anonymous web access. When a user
connects to a web server and tries to connect to a database on that
web server, he/she will be using an IIS account- which most likely
will be the "IUSR_*" account (unless you have changed the default
setup. In windows 2000/NT, the primary means of accessing a file is
controlled via the permissions on that file. Any user attempting to
read any file on a server must have proper permissions on that file.
Your *.mdb file must have read (for queries) or write (for posting)
permissions granted to the "IUSR_*" account that web-visitors will be
using when they connect to the database.
Main Topics
Browse All Topics





by: joshbmPosted on 2002-10-30 at 17:58:42ID: 7390320
Have you tried a DSN-less connection?