Handling HTTP 500 Account Locked
From: kevin (kevin5290@yahoo.com)
Date: 02/06/03
- Next message: DannY83: "IIS ports!!"
- Previous message: larry: "Domain Login Prompt"
- Next in thread: Jeff Cochran: "Re: Handling HTTP 500 Account Locked"
- Reply: Jeff Cochran: "Re: Handling HTTP 500 Account Locked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: kevin5290@yahoo.com (kevin) Date: 6 Feb 2003 11:51:14 -0800
When a user's account has been locked due to password violations and
subsequently the user logs into our web site using the correct
password, IIS returns an HTTP 500 error with a message of "The
referenced account is currently locked...".
The user never sees this information because IE "eats" the error
message and displays a generic "page cannot be displayed message".
This is due to the browser option "Show Friendly HTTP error messages"
being selected, which it seems to be by default. This is causing our
users alot of grief because they don't always realize that their
account is locked.
I have researched this issue thoroughly and cannot find much mention
of it on MSDN or elsewhere. Please confirm if there is no workaround
besides coding an ISAPI filter to catch the HTTP 500 error and change
it before being sent to the browser.
We're using Win2k, IIS 5.0, Active Directory with Digest
Authentication.
Thanks.
- Next message: DannY83: "IIS ports!!"
- Previous message: larry: "Domain Login Prompt"
- Next in thread: Jeff Cochran: "Re: Handling HTTP 500 Account Locked"
- Reply: Jeff Cochran: "Re: Handling HTTP 500 Account Locked"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|