HOW TO: Change the Windows User Id used by IIS
Summary
This step-by-step article describes how to change the Windows user id that Internet Information Services (IIS) uses when executing the RMTrack application.
Steps
-
Start IIS Manager
- Under Windows 2000: Start->Settings->Control Panel->Administrative Tools->Internet Services Manager
- Under Windows 2003: Start->Settings->Control Panel->Administrative Tools->Internet Information Services (IIS) Manager
- Locate the RMTrack virtual directory. By default this is located in the Default Website and is named RMT.
- Display the virtual directory’s properties by right-clicking and selecting the Properties choice.
- On the "Directory Security" tab click the "Edit..." button in the "Authentication and Access Control" section (near the top right of the dialog) to display the "Authentication Methods" dialog.
-
Under Windows 2003:
- Check the "Enable Anonymous Access" check box, enter the user id and password for the Windows user id that IIS will use to run the application.
- Check the "Anonymous Access" check box.
- Click the "Edit..." button in the "Anonymous Access" section (near the top right of the dialog) to display the "Anonymous User Account" dialog.
- Enter the user id and password for the Windows user id that IIS will use to run the application
- Uncheck the "Allow IIS to control password" check box.
- Click "OK" to close the "Anonymous User Account" dialog.
- Uncheck the options in the "Authenticated access" section.
- Click "OK" to close the "Authentication Methods" dialog.
- Click OK to close the "Application Configuration" dialog.
- Click OK to close the "Properties" dialog.
-
Restart IIS
- Start a command prompt
- Enter the following command: IISReset