web.config file... however, the browser is not prompting for the
credentials.
I checked IIS for the app and Integrated authenticaion is selected.
Anyone have an idea on what could be causing this?"Jason" <nfr@.nospam.com> ha scritto nel messaggio
news:uPgUcShsEHA.1300@.TK2MSFTNGP14.phx.gbl...
>I have an application that has specified Windows authenticaion in the
> web.config file... however, the browser is not prompting for the
> credentials.
> I checked IIS for the app and Integrated authenticaion is selected.
> Anyone have an idea on what could be causing this?
You must uncheck Anonimous access from iis.
However if the current user of computer accessing web application is
authorized the browser do not prompt for the credentials.
If you ever want this prompt then you must change access mode of iexplorer
for always require credentials .
Excuse me for my very bad english.
IE doesn't nessecarily prompt with Integrated authentication [thats a
feature of integration :)].
You can force IE to prompt by going into Tools -> Internet Options ->
Security and setting a custom level for the server zone (scroll down
to authentication options). I believe the default for the local
Intranet zone allows IE to send the current user's credentials
automatically - no prompt.
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Thu, 14 Oct 2004 10:37:45 -0700, "Jason" <nfr@.nospam.com> wrote:
>I have an application that has specified Windows authenticaion in the
>web.config file... however, the browser is not prompting for the
>credentials.
>I checked IIS for the app and Integrated authenticaion is selected.
>Anyone have an idea on what could be causing this?
Unchecking anonymous did the trick.
Thanks.
"ZZZZ" <tz@.fastwebnet.it> wrote in message
news:2_ybd.6062$1q2.3454@.tornado.fastwebnet.it...
> "Jason" <nfr@.nospam.com> ha scritto nel messaggio
> news:uPgUcShsEHA.1300@.TK2MSFTNGP14.phx.gbl...
> >I have an application that has specified Windows authenticaion in the
> > web.config file... however, the browser is not prompting for the
> > credentials.
> > I checked IIS for the app and Integrated authenticaion is selected.
> > Anyone have an idea on what could be causing this?
> You must uncheck Anonimous access from iis.
> However if the current user of computer accessing web application is
> authorized the browser do not prompt for the credentials.
> If you ever want this prompt then you must change access mode of iexplorer
> for always require credentials .
> Excuse me for my very bad english.
0 comments:
Post a Comment