Not reallly.
You should always access the machine by the FQDN (
http://hostname.domainname.tld ),...so the IP# is not relevant.
As long as your LAN's name resolution is healthy and without design flaws
you will be fine.
Contrary to common superstition and forklore,...using an IP# in a URL is
worse not better,...less dependable not more dependable. so use the Name.
This is mostly true when the browser on the client-side happens to also have
proxy settings because the LAN uses a Proxy. IE does NOT handle IP#s
correctly in the addressbar when it also has proxy settings at the same
time,...I don't know if other browsers have the same problem of not. It is
just simply better to avoid a problem like that in the first place,...so
again,...use the Name,...even using a Netbios Name is still better than
using an IP#.
Examples:
FQDN
http://hostname.domainname.tld
Netbios Name
http://hostname
--
Phillip Windell
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
"RG" <> wrote in message
news:E199C726-9D52-46EB-98BA-...
> This machine is part of AD. Are there issues with running IIS on machine
> with dynamically assigned IP addres?
>
> Thanks in advance