Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi:
I have my site (ASP.NET) running in localhost on Visual Studio and with IE, Chrome and Mozilla looks pretty similar on all.

Then when deploy the site on a server wich use IIS, then when I view the site with IE its a mess, some controls are distorted. And with Chrome and Mozilla experiments a little changes, but no as big as IE.

What should I make it look on the server as I see it in my pc?

Needs help, thanks.
Posted
Comments
Albin Abel 16-Mar-11 11:41am    
check the CSS is present and correct path is used

1 solution

Without seeing before and after screenshots I can only guess but to me it sounds like there are images or stylesheets being referenced by absolute paths that are valid for your development environment but not valid for your deployment environment. Strive to use relative paths.
 
Share this answer
 
Comments
ramo2712 17-Mar-11 5:01am    
I'm using theme, only one theme I have, and its set by default. And only one css file on the theme.
But the problem its that some rules of the style are been aplicatted and others no, why?, they are
in the mayority the position of elements, the padding, etc.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900