Re: Accessing network file form ASP page
From: Lamberti Fabrizio (lambu_at_from_italy.it)
Date: 03/06/05
- Next message: Roland Hall: "Re: Accessing network file form ASP page"
- Previous message: Ken Schaefer: "Re: Expiring passwords"
- In reply to: Aaron [SQL Server MVP]: "Re: Accessing network file form ASP page"
- Next in thread: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Reply: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Reply: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 6 Mar 2005 10:08:49 +0100
Your solution is formally correct but it's doesn't solve completly my
problem.
I've an asp file inside a virtual directory with necessary only Windows
Integrated Authentication enabled. That file have to access to text file
inside another host member of the same NT domain.
The authentication inside asp file is made only with domain user. By this
domain users I can manually access to tha text file, but my web server can
not.
Does my web server always access to text file on network share only by using
IUSR_webserver user ?
"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:OgiT9yQIFHA.2136@TK2MSFTNGP14.phx.gbl...
> > He is not trying to access an Access file but rather a text file.
>
> The problem is still the same. IUSR cannot touch a text for the same
> reasons it can't touch an MDB file... the other machine doesn't know who
he
> is!
>
> > I think the problem is using an administrative share. c$, rather than a
> public
> > share.
>
> Yes, this definitely part of the problem. The only way you could have C$
be
> used is if you add WebServer\IUSR_WebServer to the local admin group on
the
> server web21bcklab ... not exactly a recommended approach, but I guess it
> depends on the environment. I'd prefer to have public shares explicitly
> granted access than suddenly give IUSR carte blanche over the whole
server.
>
> A
>
>
- Next message: Roland Hall: "Re: Accessing network file form ASP page"
- Previous message: Ken Schaefer: "Re: Expiring passwords"
- In reply to: Aaron [SQL Server MVP]: "Re: Accessing network file form ASP page"
- Next in thread: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Reply: Thomas P. Skinner [MVP]: "Re: Accessing network file form ASP page"
- Reply: David Wang [Msft]: "Re: Accessing network file form ASP page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|