Hi Aaron
I followed that artical yesterday and setup a "IUSR_Recall
(APPLICATIONNET\IUSR_Recall" account on the server, i have given them full
control privilages (to be revised when i have found the problem) and i have
set the same password in IIS/Annonymous Access.
I am against a brick wall with the choice of Access and the backend must
reside on a different machine. I have attempted to not use linked tables,
but i get the same error message. I have attempted to use ODBC to connect
to the backend from ASP with no luck.
I have been through it all again, to check that i havent missed anything and
it is all setup as noted on the website.
Any other ideas on the problem,
Thanks Si
[quoted text, click to view] "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:eS6okplnDHA.2000@TK2MSFTNGP12.phx.gbl...
> > I have been though everything on that page before trying to solve this
> one.
>
> I assume I:\ is a mapped drive to another machine. If you are using
> anonymous access, and IUSR_webserver is not explicitly set up on the
machine
> where I:\ lives, then that user will *not* have access to a file there.
Do
> not make the mistake of thinking everyone in the world is included in the
> "everyone" group.
>
> The very first error block in article #2009 mentions this scenario (using
a
> remote share). To wit:
>
> "This can also mean you are attempting to connect to an MDB file on a
remote
> share; if so, see Article #2168 and KB #189408 for more information."
>
> So, see
http://www.aspfaq.com/2168 >
> Better yet, consider using a real database, or at least keep the database
> and the web server on one machine. You're losing enough efficiency using
> Access at all, you're only making it worse by keeping them separated by
> wires.
>
>