Posted to
IIS7 - Configuration & Scripting
by
timmbbo
on
11-17-2008, 7:10 PM
How does one enable reverse DNS lookup under IIS v7.0? In v5 and v6, this was performed through either commands:
adsutil set w3svc/EnableReverseDNS TRUE
cscript adsutil.vbs set /wesvc/EnableReverseDNS "TRUE"
However, this command is invalid for an IISv7 environment. Likewise, I've found other documentation for IISv6 ...