Ask a Question related to ASP.NET Security, Design and Development.
-
Kathy #1
Two authentication dialogs displayed for aspx pages
I have a web application that uses both asp and aspx pages. We are using
basic authentication.
When someone tries to access an asp page, they get a dialog prompting for
name and password, well and good.
When someone tries to access an aspx page, they see the first dialog,
followed by a second dialog that prompts for name, password, _and_ domain on
Win2K, name and password only on XP with the domain prefixed to the user
name.
When the second dialog appears, it is not necessary even to enter anything,
if you press OK, it disappears.
The web.config file has <authentication mode = "None" />. I've tried every
combination of <authentication> and <identity>, it changes nothing.
Can anyone tell me why this is happening and how to get rid of the second
dialog?
Thanks.
- Kathy
Kathy Guest
-
forms authentication: redirects for *.aspx pages only, not for other extensions, not for static content
Hi! I am using something like this in web.config : <authentication mode="Forms"> <forms name=".MSMOBILES_COM___COOKIE" loginUrl="login.aspx"... -
Form Authentication with Remote Login.aspx
I know this is an old question, but searching all over the internet plus several MS security conferences, still haven't got a straight anwser. ... -
ASP Pages cannot be displayed error 404
I get this page cannot be displayed every time i try to run ASP pages on Win 2k Server IIS5.1 I know that the guy who's server it is had run a... -
secure pages cannot be displayed
I have WindowsXP Home Edition and have been using it for a long time, all of a sudden, my internet explorer will not allow me on secure sites. I...



Reply With Quote

