Re: windows authentication
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 09/20/04
- Previous message: [MSFT]: "Re: You are about to be redirected to a connection that is not secure"
- In reply to: MB: "windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 20 Sep 2004 17:44:57 +1000
Here's a list of conditions that must be met for IE to auto-logon (the
defaults):
http://support.microsoft.com/?id=258063
So, you could change IE's settings, you could get your users to use the FQDN
or IP address of the server, use Basic or Digest authentication etc.
Cheers
Ken
"MB" <mikebanks@clearchannel.com> wrote in message
news:f3f8a088.0409161339.7dd0893f@posting.google.com...
> I've got the following settings in my web.config file which is working
> properly, however my users want to see the login prompt each time the
> visit the site. Is there a setting or code that I can impliment so
> that users are prompted upon each visit?
>
> <authentication mode="Windows">
> </authentication>
> <identity impersonate="false" />
> <authorization>
> <allow roles="domain\xxx1, domain\xxx2"
> users="domain\user1, domain\user2" />
> <deny users="*"/>
> </authorization>
>
>
> Thanks in advance,
> Mike.
- Previous message: [MSFT]: "Re: You are about to be redirected to a connection that is not secure"
- In reply to: MB: "windows authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|