Configuring Digest Authentication in IIS 6
If you ever have the need to configure digest authentication in IIS 6 then here are the steps:
- In IIS Manager, right-click the Web Sites folder, Web site, directory, virtual directory, or file, and click Properties.
- Configuration settings made at the Web Sites folder level can be inherited by all Web sites.
- Click the Directory Security or File Security tab, depending on the level at which you want to configure security settings.
- In the Anonymous access and authentication control section, click Edit.
- In the Authenticated access section, select the Digest authentication for Windows domain servers check box.
- In the Realm box, type the realm name, or click Select to browse for a domain.
- Click OK twice.
- Restart the W3SVC service.


Leave a Reply