Hi,
I am hosting a site on IIS (port 1030)
I get a logon prompt when accessed from:
http://real-hostname:1030
But I am OK when accessed from:
http://dns-alias:1030
In fact even if I add an entry to the local host file, for example:
192.168.1.100 fakename
And access the site from:
http://fakename:1030
It works fine! I would like to use the real hostname and not be
prompted.
Thanks