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