Re: shared access folder problem by Stephen
Stephen
Mon Apr 04 17:48:54 CDT 2005
Hi ..thanks for the response... I read your message and am still
confused.... Is what I have in the appsetting ok?... and if so, the next
steop would be to grant nt authorization to the application?
"Matthew Holton" <MatthewHolton@discussions.microsoft.com> wrote in message
news:43FEED09-AB17-4906-8114-4A7A18999E7A@microsoft.com...
> Typically the service that is running IIS is a local account and does not
> have access to server shares. You would have to grant annoymous access
(Bad
> Idea) to that share or require NT Authentication for your application.
>
> With NT Authentication, as long as you are not seperated by a firewall.
> Your users will be able to access the server share and access the
database.
>
> HTH
>
>
>
> "Stephen" wrote:
>
> > Hi guys...
> > I have a web app that works pretty good . It was developed with the
access
> > database in the virtual directory....now thats its about done, i would
like
> > to reference the database from a shared network directory. I thought all
I
> > had to do was the following in the web.cinfig file
> > <appSettings>
> >
> > <add key="cs" value="Provider=Microsoft.Jet.OLEDB.4.0;Data
> > Source=ServerX\xtemp\sfleet.mdb"/>
> >
> > </appSettings>
> >
> > "Serverx is a file server, xtemp is a shared directory
> >
> > but I cant get it to work...when i give a absolute path
c:\xtemp\sfleet.mdb
> > it works fine
> >
> >
> >
> > what am i doing wrong?
> >
> >
> >