Michael Bellears <[EMAIL PROTECTED]> wrote: >> You don't happen to have dns lookups turned on on the w2k box? > > Yes I did. > Slightly off topic! : Is there anyway to force IIS to resolve IP- > >name (Such as you can with Apache)
Yes, but. The but is that if you enable this (at least on IIS4) anyone whose IP address doesn't resolve will be denied access to the server. http://support.microsoft.com/default.aspx?scid=kb;en-us;Q297795 http://support.microsoft.com/default.aspx?scid=kb;en-us;Q245574 There are also some ISAPi filters out there that will do the DNS resolution, but there doesn't seem to be much demand for the facility. For performance reasons, doing IP resolution during the logging process is a very bad idea because IP resolution is slow. It's far more efficient to resolve the IP addresses after the log file is completed. In fact IIS includes a utility called convlog which will do this. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/analog-help@lists.isite.net/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------