IIS6 has a component called IISADMPWD, which allowed users to change passwords when they expired or were marked for change on the next logon. IIS7 does not have this feature, and importing the feature from IIS6 did not work.
However you can create HTTPModules in .NET, which allow you to capture events in the HTTP Request pipeline. I am trying to write a similar component like the IISADMPWD, but there are not really any good examples posted.
Has this idea been abandoned by Microsoft and all the web developers?
I was able to write some code to check a user's credentials against active directory and redirect them to a password change page. The only problem is that it doesn't seem to be 100%.
Has anyone seen this idea around or has anyone implemented it?
Question
+chorpeac MVC
IIS6 has a component called IISADMPWD, which allowed users to change passwords when they expired or were marked for change on the next logon. IIS7 does not have this feature, and importing the feature from IIS6 did not work.
However you can create HTTPModules in .NET, which allow you to capture events in the HTTP Request pipeline. I am trying to write a similar component like the IISADMPWD, but there are not really any good examples posted.
Has this idea been abandoned by Microsoft and all the web developers?
I was able to write some code to check a user's credentials against active directory and redirect them to a password change page. The only problem is that it doesn't seem to be 100%.
Has anyone seen this idea around or has anyone implemented it?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts