User-1677888810 posted
I have a ISAPI filter to do authentication for a company LDAP, using IIS pop up login dialog box. My question is "Is it possible to create a customized messagebox to prompt user if password is expired?"
User75924800 posted
It's logically not possible to create a form like that because it's displayed by the browser, but you may create an HTML form for that, I don't think that there's another solution until u does not have control over client's computer(until you can not run a
control or application on the client's computer).