AFAIK, you'd need to write an ISAPI filter that mucks with the
authentication headers (which is beyond my abilities and the scope of this
forum).
"Jon Edney" <Match_IT_Dev.RemoveThis@online.nospam> wrote in message
news:DC326B12-6D4E-4C21-B7F7-A04C48DB4CA9@microsoft.com...
> The IE solution is the one we are using for the users that are logged on
to the domain, and it works fine. The problem we have, is that some users
are only logging on locally. To all intents and purposes they are "Internet"
users... I can't diferentiate using IP address either as we are slowly
migrating all the standalone users to the domain. Any other ideas?
>
> Thanks,
> Jon.
>
>
> "ar" wrote:
>
> > Thanks for the reply Tom. I had seen the link you sent and have IE
configured as described in the article. The problem is(and it sounds like
Jon wants the same thing) that a Windows user that has the domain included
in their list of "Local Intranet" sites in IE will not get prompted...which
is good. But when a user that does not have the site set up in the "Local
Intranet" hits the site, they get prompted for a username and password.
Instead of those people being prompted, I would like to redirect those users
to a different page/site automatically..
> >
> > Any ideas?
> >
> >
> >
> > "Tom Kaminski [MVP]" wrote:
> >
> > > "Jon Edney" <Match_IT_Dev.RemoveThis@online.nospam> wrote in message
> > > news:14C92B22-A932-4779-9E64-8E6D29332AB7@microsoft.com...
> > > > I wonder if anyone can help... I am trying to detect if a user to
our site
> > > is on the domain or not, without asking them, and without having a
login box
> > > pop-up.
> > > >
> > > > We tried activating "Anoymous Access" and "Integrated Security" and
then
> > > using the Request.ServerVariables("LOGON_USER") to work out whether
the user
> > > was logged on and then direct them to the appropriate site. Only
problem is
> > > Request.ServerVariables("LOGON_USER") is always empty when you turn on
Anon
> > > Access - even if Integrated is on too. If you turn off Anon Access
then the
> > > users are prompted if they aren't on the domain.
> > > >
> > > > Does anyone have a solution to this?
> > >
> > > If you configure IE correctly it won't prompt you if the user is on
the same
> > > domain:
<font color=brown> > > > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=303650</font" target="_blank">http://support.microsoft.com/?id=303650</font</a>>
> > >
> > > --
> > > Tom Kaminski IIS MVP
<font color=brown> > > > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
<font color=brown> > > > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=brown> > > > <a style='text-decoration: underline;' href="http://www.iisfaq.com/</font" target="_blank">http://www.iisfaq.com/</font</a>>
> > > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for
running IIS
<font color=brown> > > > <a style='text-decoration: underline;' href="http://www.tryiis.com</font" target="_blank">http://www.tryiis.com</font</a>>
> > >
> > >
> > ><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Detect if user on Domain