I deploy an ASP.NET application over my LAN using UWS - it works fine. However, from a different wireless device on my LAN (an ipod touch) I find I have to access the application by IP address:
192.168.0.199:82/MusoServer/
rather than by machine name:
gigabyte:82/MusoServer/
Well, the latter worked once for some reason, but not before or since. This is obviously not convenient for bookmarking since the IP address may be different each time I boot my server.
Can anything be done about this? UWS Redirector I don't think is applicable in this case since its not a port number issue, and in any case the redirection url still needs to specify machine name or IP address.
What I refer as my "server" here is just a Windows 7 pro desktop, on a WORKGROUP not a domain, named Gigabyte. It's only the ipod touch that has this difficulty (Safari on iOS), from a wireless laptop the machine name address does seem to work. Can iOS not resolve machine names to IP addresses?
I realise this is not perhaps a UWS issue, but still someone may be able to help.