Hi, I was reading about reverse lookup and saw it was possible to do it on a
specific web site. I couldn't find information about doint the same thing but
for a specific virtual directory. Does anyone know if it's possible?

Thank you

Re: Reverse Lookup on Virtual Directory by Kristofer

Kristofer
Wed Jul 26 13:32:11 CDT 2006

Do a reverse lookup on a specific website? I am not sure i understand what
that exactly means. Could you please explain?

What i *think* you mean is the reverse DNS lookup that can be configured
on a website. This feature looks up the domain name when the IP of the
client is known (so it does a reverse lookup on an IP address, not a
website).

According to the documentation of the EnableReverseDns metabase property,
it can be set on a IIsWebVirtualDir and IIsWebDirectory, which means that
it should be possible to set this on a specific virtual directory.

Also see:

"EnableReverseDns Metabase Property"
http://www.microsoft.c