Re: strange authentication problem...
From: Paul M (milsnips_at_hotmail.com)
Date: 04/11/04
- Previous message: Kevin Hector: "Re: Repeater ItemCreated vs ItemDataBound"
- In reply to: coollzh: "Re: strange authentication problem..."
- Next in thread: coollzh: "Re: strange authentication problem..."
- Reply: coollzh: "Re: strange authentication problem..."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Apr 2004 21:29:49 +0200
thanks, but this isnt exactly what i am after..
What the problem is that i already have a login page which all works
fine...however i have 3 pages in my web app, that whenever i go to their
URL, they always popup the windows authentication window, when it shouldnt
appear..i have no authentication code for these pages, nor do i want any.
web.config is also set to <authentication mode="None" /> but still no luck.
Paull
"coollzh" <coollzh@hotmail.com> wrote in message
news:uy1G0C9HEHA.2300@tk2msftngp13.phx.gbl...
> you can set authentication mode in Web.config file
> <authentication mode="Forms">
> <forms name="login" loginUrl="login.aspx" protection="All" />
> </authentication>
>
> "Paul M" <milsnips@hotmail.com> дÈëÏûÏ¢
> news:Oux4bs8HEHA.3200@TK2MSFTNGP10.phx.gbl...
> > hi there,
> >
> > i've got a website i created, that i've put onto my test server on the
> web.
> >
> > I have a login page, that when the user comes to it, it first pops up a
> > windows authentication dialog box, and i dont know why? i click cancel
on
> it
> > and the page still works as normal.
> >
> > How can i remove this, and why is it appearing?
> > i am also not using any .NET authentication methods or anything..
> >
> > thanks,
> >
> >
>
>
- Previous message: Kevin Hector: "Re: Repeater ItemCreated vs ItemDataBound"
- In reply to: coollzh: "Re: strange authentication problem..."
- Next in thread: coollzh: "Re: strange authentication problem..."
- Reply: coollzh: "Re: strange authentication problem..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|