ok, there are some specifics for accessing database across a Network share
When you run an IIS Application, it runs in the context of a specific
account. When you try to access the database file on the network share, it
tries to use the account used by IIS to connect to the resource.
When you say, you have X:\ mapped using the Administrator account, it still
means the session that is visible to you and not the session that IIS runs
the application (asuming that you are running the application as an
Administrator. This is not the default setting). You have to understand this
concept before you try to find a solution for your problem.
The following article has some interesting reads
http://siswebstu.ua.edu/iforms/Trouble.htm
Use this one to see how your application is setup and let us know.
http://support.microsoft.com/kb/207671
Regards,
Trevor Benedict
MCSD.
"Mirco Cervi - Fratellicervi.com" <mirco_cervi> wrote in message
news:%23nQFW%23sKIHA.6008@TK2MSFTNGP05.phx.gbl...
> Hy Trevor, I try to explain better:
>
>> When you say, X:\, it means a network drive that you ahve mapped using
>> your current login session.
>
> Yes, we have a SOHO External Network drive with IP 192.168.1.100 mapped on
> Windows2000 server as 'X:\
> under administrator session
>
> Actually asp pages and MSAccces db is under 'inetpub\wwwroot\site\
> we would like to move only db in 'X:\ we will try to change all connection
> string becaus we tested moving all db and asp page
> in the new drive, creating a virtual directory in the IIS that point on
> the new drive but it seam it doesn't work
>
> We read the info in kbalertz but ..unfortunately is no working in our
> case, probably is not the same problem..
> thanks for help !
> Mirco
> >> Stay informed about: External Disk for asp pages