Event ID - 2265

Event Id2265
SourceW3SVC-WP
DescriptionThe registry key for IIS subauthenticator is not configured correctly on the local machine; the anonymous password sync feature is disabled.
Event InformationIt 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.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.