I recently added a website to my IIS. When I browse the address using "http://localhost:8080," everything in my layout looks fine. However, when I replace "localhost" with my computer's IP address (192.168.1.30) like this: http://192.168.1.30:8080, my layout appears incorrect. Why is this happening? This issue started occurring after publishing the website on the server. The layout looks wrong on the server, but it displays correctly when running locally in debug mode. I have checked all statuses in IE 8 and even tried deleting all of my CSS files, but the problem persists.