Porblem with css on IIS7 (show diffrent css output)
- by user1300543
i developed a ASP.NET site
in localhost it looks fine and everything looks great on the css
http://i.stack.imgur.com/ve1NP.jpg first css good result
for some reason when i upload the files to m server and config the IIS application i see this
http://i.stack.imgur.com/qmy2A.jpg first bad css result
I can't figrue why is it happening to me.
the url for the css is
<link href='/HerbalifeEMS/Style/Main.css' rel="stylesheet" type="text/css" />
in both computers
i checked the IIS, he have the CSS MINE types configure.
i tried to seach google but no luck....
can you help me?