-
Password Reset Page
When someone's password expires our exchange webmail thing and our intranet pages will redirect the user to a password reset page in c:\WINDOWS\system32\inetsrv\iisadmpwd\.
We want to replace those with our own because we want to add a security question. I've already created a ASP.NET web project with visual studio 2008 and published it to a virtual directory. It works perfectly. Now does anyone know how we can change the redirect to my page?
Thanks
-
Re: Password Reset Page
Well, the research I've done indicates it's not possible. So I added a line at the top of each of the .asp files in that directory that tells it to redirect to my password reset page. That works fine. I'm curious though if IIS or something else ever refreshes those pages by recreating them and overwriting my change.
Thanks,