Re: IIS6 - How? Force Anonymous and impersonation
From: Wade A. Hilmo [MS] (wadeh@microsoft.com)
Date: 03/26/03
- Next message: Wade A. Hilmo [MS]: "Re: Links to .Bat files giving me 404 error not found"
- Previous message: Tony Su: "FTP permissions"
- In reply to: Tony Su: "IIS6 - How? Force Anonymous and impersonation"
- Next in thread: Tony Su: "Re: IIS6 - How? Force Anonymous and impersonation"
- Reply: Tony Su: "Re: IIS6 - How? Force Anonymous and impersonation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Wade A. Hilmo [MS]" <wadeh@microsoft.com> Date: Wed, 26 Mar 2003 13:40:26 -0800
Hi Tony,
I'm not sure what settings you are talking about, but IIS 6 works pretty
much just like IIS 5 with regard to impersonation.
If an anonymous request is made, IIS will impersonate the anonymous user
(which is IUSR_<machine> by default). If a request is authenticated, IIS
will impersonate the authenticated user.
In IIS 5, you would achieve your goal below by making sure that the content
is accessible only by the anonymous user or local system. In IIS 6, it's
the exact same thing, except that you would allow the anonymous user and the
IIS_WPG group. The change from local system to IIS_WPG is a result of the
fact that IIS 6 can run it's processes as any arbitrary user and not just
local system (and we require that such an arbitrary use be a member of that
group.)
I hope this information is helpful,
-Wade Hilmo,
-Microsoft
"Tony Su" <tonysu@su-networking.com> wrote in message
news:4ac601c2f3dc$78aa8130$a101280a@phx.gbl...
> On prior IIS, impersonation was standard and it was
> possible to force all Users to authenticate as anonymous.
>
> In IIS6, there are anonymous settings, but nothing that
> specifies "all are authenticated as Anonymous regardless
> whether the User is a member of the Domain" and I
> understand impersonation is disabled by default.
>
> Is there a SysAdmin way to implement the following:
>
> IIS authenticates any User as anonymous and impersonates
> the User with a specified User account which is not
> IUSER_machinename.
>
> Then, if that can be answered... optionally I'd be
> interested if someone can agree whether this would work...
> I'd like to encrypt the website files with a certificate
> belonging to the Account used for impersonation so that
> pages can be viewed without being prompted for credentials
> belonging to the impersonation account.
>
> The objective is to protect the files from being viewed or
> modified by any person who is able to login locally not
> using the impersonation account.
>
> TIA.
>
> Tony Su
- Next message: Wade A. Hilmo [MS]: "Re: Links to .Bat files giving me 404 error not found"
- Previous message: Tony Su: "FTP permissions"
- In reply to: Tony Su: "IIS6 - How? Force Anonymous and impersonation"
- Next in thread: Tony Su: "Re: IIS6 - How? Force Anonymous and impersonation"
- Reply: Tony Su: "Re: IIS6 - How? Force Anonymous and impersonation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|