Re: ASP.Net pages randomly require authentication (but show OK anyway)
From: Paul Glavich [MVP - ASP.NET] (glav_at_aspalliance.com-NOSPAM)
Date: 08/26/04
- Next message: Nicole Calinoiu: "Re: How can I control folder permissions when creating a folder"
- Previous message: Jason L James: "Declarative role-based security"
- In reply to: OG: "ASP.Net pages randomly require authentication (but show OK anyway)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Aug 2004 23:13:29 +1000
Look at your web.config. If none of your pages require authentication, set
your web.config <authentication mode="None">.
Also, make sure windows integrated authentication is not selected/ticked in
the IIS directory security MMC for that site. Again, if no auth is required,
make sure only Anonymous authentication is checked.
-- - Paul Glavich Microsoft MVP - ASP.NET "OG" <OG@discussions.microsoft.com> wrote in message news:650FD0CE-A632-434A-85A0-3E5E4F013685@microsoft.com... > When installing our ASP.Net application at a site (Win2K machines), some of > the pages of the application started requiring authentication (poping up the > username/password/domain popup) - something that never happened before. > > Interestingly, even if these popups are closed using Cancel/ESC, the pages > then show correctly. Also, so far we have not been able to figure out how > come some pages require the login while others do not. > > Any hints on where to look for the problem ? > Thanks > OG. > >
- Next message: Nicole Calinoiu: "Re: How can I control folder permissions when creating a folder"
- Previous message: Jason L James: "Declarative role-based security"
- In reply to: OG: "ASP.Net pages randomly require authentication (but show OK anyway)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|