0

I've been working a web app in ASP.NET. I have tested on the local computer (localhost) and the web pages are rendered as I want them. But each time i deploy the entire project to the server, text, forms could get displaced, arrangement of divs is entirely different. I'm trying to go through my CSS and testing as well, but can't seem to find what the problem is.

Please, is there anyone that has experienced similar situation and what was the solution?

gbade_
  • 339
  • 1
  • 8
  • 21
  • 1
    take a look at the accepted answer http://stackoverflow.com/questions/1867383/css-renders-differently-on-web-server-than-on-development-environment, also, maybe the old style is in cache, press Ctrl + F5 to make a full request (including the modified css) – Enrique Zavaleta May 20 '15 at 15:11
  • 1
    Have you opened the browsers' dev console, and looked at the network traffic and requests to make sure all your resources, such as CSS and javascript, are indeed loading correctly? An incorrect path to css or js could lead to it loading in localhost but not on another environment. – Pablo Romeo May 20 '15 at 15:11
  • which browser are you using to test it? It could be a bug in IE8 rendering pages differently in localhost and on the web – Sim1 May 20 '15 at 15:42
  • @Sim1 I use IE and Chrome to test it. But when it was deployed to the server, I used Firefox to view the webpages. – gbade_ May 20 '15 at 21:41

0 Answers0