08-27-04 11:17 PM
As far as I know, this is not possible to do with IIS & HTTP based
authentication methods (Basic, Digest etc). This is not a function of IIS,
but a function of how HTTP works.
You could either write your own application layer authentication system (eg
using ASP.NET, or php or whatever programming environment you are using), or
you might be able to use an ISAPI filter for this (the ISAPI filter would
trick IIS into thinking that some default credentials had been sent by the
client in the case that the client doesn't send anything).
Cheers
Ken
"wllmundrwd" <wllmundrwd@discussions.microsoft.com> wrote in message
news:E4A2EFA3-E3E7-4289-9F4F-1C52FB41D711@microsoft.com...
> Hello,
> I'd like to enable "optional" authentication for a directory. When a
> browser first visits (per session) the directory, they should be prompted
> for
> authentication, and be able to cancel the sign in for anonymous access.
> Provided that they authenticate, the scripts will present different
> options
> for the user. I do not have the guest account on my domain enabled, and I
> would like to keep it that way...
>
> Thanks,
> William
[ Post a follow-up to this message ]
|