I have deployed a web app to IIS 7 on a remote (intranet, on domain) server. I believe if I use the IP address of that server as the host name in the app's URL, I shouldn't need any DNS or other setup, but I cannot access the site.
The site, called 'JCS', is hosted as it's own site in IIS on that server, so http://[ip-address]/JCS should access the site, should it not? What else am I supposed to configure?