Trevor
Mon Nov 19 10:27:58 PST 2007
after a second thought, what you must be doing is to run the application as
a specific user (I would prefer a domain account, if you have one) and grant
necessary read/Write permissions to the Network Share. Stop and start the
service for the settings to take effect and let the group know.
Regards,
Trevor Benedict
MCSD
"Trevor Benedict" <TrevorNews@yahoo.com> wrote in message
news:eQBGMmtKIHA.5920@TK2MSFTNGP03.phx.gbl...
> 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
>>
>
>