I have 2 PCs on my network.
Both are assigned DHCP address.
PC 1 is called 'test'. PC 1 has IIS installed and can server asp.net pages
On PC 2 I open up a browser. If I type in 'test' I will not get the home page from PC 1 display.
I assume to accomplish that I would need to add an entry in the hosts file in both PC 1 and PC 2?
If so, that would not be viable for my Users.
If I created an ActiveX control to get the IP address it would only work in IE.
Can I use Javascript to return the IP for a given PC name?
What are my options if any?