Hi
A website (.NET 4.5) on Windows Server 2012 with IIS8 has two binding entries:
localhost
web1
Requesting the site locally in the browser via localhost renders it correctly while requesting it via web1 the site is displayed slightly different (the same physical folder).
I copied the same site to a productive webserver (also Windows Server 2012 with IIS8): Here the site is rendered correctly when accessing it via an online domain name.
Is it possible, that IIS is responsible for this differences?
What else can influence the rendering of the site?
Patrick