Porblem with css on IIS7 (show diffrent css output)

Posted by user1300543 on Server Fault See other posts from Server Fault or by user1300543
Published on 2012-05-31T08:57:53Z Indexed on 2012/05/31 10:43 UTC
Read the original article Hit count: 783

Filed under:
|
|

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?

© Server Fault or respective owner

Related posts about iis

Related posts about ASP.NET