Click here to Skip to main content
15,879,613 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one HTML file that displays differently in its layout somehow. When I run debugging on it, it displays on IE 8 w/ a proper layout. Then I deployed the project to the IIS7, it displays on IE/Firefox improperly that used my old css settings. I tried several times w/o any luck. I also cleaned up the browsers' caches, but the problem is there. How can I cleanup IIS7 cache or solve this problem? Thanks.
Posted
Comments
KaushalJB 6-Nov-14 8:39am    
Make sure the CSS file is updated and refresh your site from IIS, or else create a new site in IIS and check.
s yu 6-Nov-14 9:25am    
I found that in my css, some items were defined twice. After the cleanup, the problem was gone. Thanks.
Nathan Minier 6-Nov-14 9:00am    
Have you tried:
<meta http-equiv="X-UA-Compatible" content="IE=8" />

Also, stop your app, restart the AppPool, and restart the app.
s yu 6-Nov-14 9:26am    
Good point. Thank for your advisory.

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