CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    181

    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

  2. #2
    Join Date
    Oct 2006
    Posts
    181

    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,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured