Re: webservice permissions
From: Ken Schaefer (kenREMOVE_at_THISadopenstatic.com)
Date: 02/05/05
- Next message: Ken Schaefer: "Re: "Internet Explorer Cannot Download" Error Message When You Use an HTTPS URL to Open an Office Document or PDF File"
- Previous message: Ken Schaefer: "Re: IIS Error 500 -12"
- In reply to: Daniel Wilson: "webservice permissions"
- Next in thread: Daniel Wilson: "Re: webservice permissions"
- Reply: Daniel Wilson: "Re: webservice permissions"
- Reply: Daniel Wilson: "Re: webservice permissions"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Feb 2005 15:01:31 +1100
a) IUSR_<machinename> is a *local* account. You can't assign it permissions
to remote resources
b) If this is a .NET app, then your code probably isn't running under
IUSR_<machinename> anyway, but rather the process identity for the worker
process (w3wp.exe) that's services your web app
c) If you want to use a custom account for a web app pool identity, then
place that account into the IIS_WPG group on the IIS server (at the very
least), so that it has the necessary permissions to run. If that still
doesn't work, consult this KB article here, to see if anything else is
missing: http://support.microsoft.com/?kbid=812614
Hope that helps
Cheers
Ken
"Daniel Wilson" <d.wilson@embtrak.com> wrote in message
news:ewiGJcvCFHA.2032@tk2msftngp13.phx.gbl...
>I have a client who is trying to deploy a webservice I wrote. The web
> service reads a file on a file server and delivers information about it.
> The
> file needs to be inaccessible to the user of the webservice because it is
> intellectual property.
>
> This sounds easy. Just give the IUsr account on the web server, a 2003
> server running IIS6, read rights to the files on the file server. Since no
> HTTP path will get to the file server, the user can't steal the file.
>
> Unfortunately, the service returns the error
> Access to the path "\\FS1\Share\Designs\" is denied.
>
> The Everyone group has rights to the share as well as the Designs folder.
> But this happens.
>
> I suggested running the virtual directory under which the web service ran
> under a domain account, not the local IUSR. The client reported that the
> webservice page would not load at all under that configuration.
>
> What are we doing wrong?
>
> Thanks.
>
>
> --
> Daniel Wilson
> Senior Software Solutions Developer
> Embtrak Development Team
> http://www.Embtrak.com
> DVBrown Company
>
>
>
>
- Next message: Ken Schaefer: "Re: "Internet Explorer Cannot Download" Error Message When You Use an HTTPS URL to Open an Office Document or PDF File"
- Previous message: Ken Schaefer: "Re: IIS Error 500 -12"
- In reply to: Daniel Wilson: "webservice permissions"
- Next in thread: Daniel Wilson: "Re: webservice permissions"
- Reply: Daniel Wilson: "Re: webservice permissions"
- Reply: Daniel Wilson: "Re: webservice permissions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|