Anonymous and Domain user combo on IIS

From: Kenneth Tan (Kenneth.Tan_at_simac.nl)
Date: 06/30/03


Date: Mon, 30 Jun 2003 04:11:15 -0700


I'm using servervariables("logon_user") (and other
goodies from the servervariables list) to fetch the logon
name of the domain user. Based on that I have
personalised the asp pages on our intranet server.
Now I need to let anonymous users (specific ones that are
allowed onto our lan) also acces some pages. I need a way
that IIS detects anonymous and connects this to a domain
account.
The anonymous setting in the IIS security has to remain
OF, because else servervariables("logon_user") doesn't
work anymore.

Up to this point, if I login anonymously I get the popup
for authentication. If I enter the anonymous-domainname I
can enter is the "logon_user" info is displayed.

I wan't this popup gone....

Kenneth Tan