I have the following line in C:\WINDOWS\system32\drivers\etc\hosts:
192.168.12.1 myapp.local
When I open up a command prompt and type "ping myapp.local", I get a response from 192.168.12.1.
When I open up IE7, however, and type "http://myapp.local" into the address bar, I get a DNS error. I have my LAN connection set up to use a proxy.pac file, which IE seems to be trying to use for this address.
How do I get IE to check my hosts file first?