Event Id | 2265 |
Source | W3SVC-WP |
Description | The registry key for IIS subauthenticator is not configured correctly on the local machine; the anonymous password sync feature is disabled. |
Event Information | It sounds like you are upgraded your machine from Win2K to Win2k3. IIS 3,4 & 5 used something called "subauthentication" to log on the IUSR account without actually bothering to use its password. It was able to do this because “INETINFO.exe” runs as the System account. With IIS6, they did away with “subauthentication” since the App pools no longer run as System (that is a good thing for security reasons). Probably all you need to do is edit the metabase setting to turn off the AnonymousPasswordSync option.
“adsutil.vbs set w3svc/AnonymousPasswordSync 0” If that does not fix it, try searching for other “AnonymousPasswordSync” keys to turn off by doing: “adsutil.vbs enum_all”. Then use: “adsutil.vbs delete <enter full path to key here>”. Since IIS6 does not use that key, you do not need it at all actually. You could delete all instances of that key that you find if you wanted". |
Reference Links |
Catch threats immediately
We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.