Re: Possible to run an ASP.NET page as ANONYMOUS LOGON?



Why do you want to do that?

You could also set a separate anonymous user for the application - or impersonate noone and set a separate worker process identity in IIS6.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

This is related to my other post.

I'm trying to impersonate NT AUTHORITY\ANONYMOUS LOGON when a user is
not authenticated, rather than having it impersonate the IUSR account.

I seem to be able to assume the id using ImpersonateAnonymousToken,
but I get access denied to machine.config when I launch, even though
I've explicitly granted access to this file to ANONYMOUS LOGON. Is it
just not realistic for this to work?



.



Relevant Pages

  • Re: Possible to run an ASP.NET page as ANONYMOUS LOGON?
    ... and I was hoping I could show the Anonymous Logon account instead of IUSR to ... default IUSR. ... impersonate noone and set a separate worker process identity in IIS6. ... I've explicitly granted access to this file to ANONYMOUS LOGON. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Possible to run an ASP.NET page as ANONYMOUS LOGON?
    ... rather than having it impersonate the IUSR account. ... explicitly granted access to this file to ANONYMOUS LOGON. ...
    (microsoft.public.dotnet.framework.aspnet.security)