I have a server which is running Exchange 2000. I need to be able to enable users to change their passwords via the web. This behavior is disabled in IIS 5.0 by default, but there are several Microsoft KB articles which tell you how to enable it. For instance, this one tells you how to create a virtual directory under IIS called "IISADMPWD", and configure it to enable password changes over the web. The same basic procedure is in this one. For those who don't want to read, here is the gist:
Create a virtual directory under IIS, and call it IISADMPWD
Point it to the directory C:\winnt\system32\inetsrv\iisadmpwd
Grant anonymous access, and grant Read, Run Script, and Execute permission to the virtual directory.
Enable SSL on the server, and enable it for this directory.
According to the KB articles, at this point, you "are able to change passwords via the web". Well, not exactly. It will prompt me for all the info, but it doesn't do anything when I attempt to change it. Now, if I access one of the files in \iisadmpwd directly, it gives me the same login page, and it WILL allow me to change.
Is there anyone who is knowledgeable about IIS who could help me out here? I'm really up a creek, and I've googled the topic to death and there doesn't seem to be much information. Any help is GREATLY appreciated.
Create a virtual directory under IIS, and call it IISADMPWD
Point it to the directory C:\winnt\system32\inetsrv\iisadmpwd
Grant anonymous access, and grant Read, Run Script, and Execute permission to the virtual directory.
Enable SSL on the server, and enable it for this directory.
According to the KB articles, at this point, you "are able to change passwords via the web". Well, not exactly. It will prompt me for all the info, but it doesn't do anything when I attempt to change it. Now, if I access one of the files in \iisadmpwd directly, it gives me the same login page, and it WILL allow me to change.
Is there anyone who is knowledgeable about IIS who could help me out here? I'm really up a creek, and I've googled the topic to death and there doesn't seem to be much information. Any help is GREATLY appreciated.