Ask a Question related to ASP.NET Security, Design and Development.
-
Toby Mills #1
multiple login popups using windows authentication
Hi,
I'm am developing an application to use windows authentication.
In IIS anonymous access is turned off
In my web.config file I have:
<authentication mode="Windows" />
and
<authorization><allow users="*" /></authorization>
This works fine in the development environment, but when I deploy,
some of the users get a windows login popup. Entering their user name
& password works, but sometimes they need to fill it in several times
during a page load!
Clicking cancel seems to be acceptable, and the pages load after one
or more popups are dismissed.
This does not occur on all client machines, it does not occur
consistently on the same pages either - it all seems quite random!
One user claims that he eventually had his NT account locked out after
canceling too many times (I still need to verify this).
I assume that the problem must be client-side, as it doesn't happen on
every machine. Clients are using IE 6 browsers. Authentication is set
to 'automatic logon only in intranet zone'.
Any ideas what could be causing this?
Thanks,
Toby :)
Toby Mills Guest
-
Custom Login Form for Windows Authentication?
Hello: I need to have a custom login form page for a site with Windows Authentication and internally i make the 'authentication windows process'.... -
Automatic windows authentication login
Hi I have 2 intranet sites: Intranet_1 and Intranet_2 both secured using integrated windows authentication in IIS. Using ASP.NET, is there a way... -
Forms authentication and multiple login pages
Hi, I use a "forms based" security scheme. As I understood it, all I need is a "login" page (the unsecured one) and the rest. I have a little... -
Windows Authentication and Anonymous login URGENT
| users. However I need to be able to tell a difference if | they have login through the intranet, which window | authentication just lets them in,...



Reply With Quote

