On Thu, 15 Jan 2004 09:21:38 -0800, "allen"
<anonymous@discussions.microsoft.com> wrote:
>Hope this is not too dumb. I have 'inherited' a .NET site running on IIS but nobody in the office where it is installed knows the URL to use to get to the site (!).
>
>I don't know how to use IIS to figure out what the site starting URL is. Feel dumb .. can anybody pls help ? In the IIS manager, choose the site and choose Properties. Look at
the IP address. Then compare this IP in the DNS server to its host
name, or try a NSLOOKUP of the IP. That most likely gives you the
URL, as in:
http://{Host}.{Domain}.{TLD}/
Jeff