Please do not multi-post.
Anonymous authentication does not populate REMOTE_USER, by-design,
because no such authentication to obtain the username was performed.
If you do not see the username passed on the request, then what you
want to do is impossible. How can IIS provide you the username if it
never got one from the client???
//David
http://w3-4u.blogspot.com
//
oto pakozdy wrote:
> hello...
> I have situation ,when user is preauthenticated on ISA server and on success
> user can access webapp on other server. this server is in anonymous access
> mode. But webapp needs to read username of user authenticated on isa server.
> iis server in anonymous mode doesn't fill REMOTE _USER variable. In headers
> I see encoded password but not username. Is there way how to read username ?
>
> please help ...
>
> Thank you.