We are using IIS 7 in development environment. All the pages are renedered more or less the same in Firefox and IE8 in IIS 7. But when I deployed to test which runs on IIS6, the pages appear different on IE8 (they work fine on Firefox). They appear dramatically different. I used IE web dev tools to see what styles are getting applied, it seems a few styles are overridden differently although the CSS file are exactly the same on both environments. Since the webpages appear fine on IE8 (on IIS 7), I believe its an IIS 6 issue. Does anyone have any insight on this? Any help regarding this will be highly appreciated.

Thanks!

link|improve this question

73% accept rate
1  
Is the server version the only thing that is different? I would guess that this might be an Intranet / Internet zone thing that is switching IE in and out of compatibility mode. – Quentin May 9 '11 at 15:04
1  
7 questions, not a single accepted answer... Please start accepting some answers. – ThiefMaster May 9 '11 at 15:05
try using a tool like Fiddler to capture the raw output from the HTTP response on both sides, and compare the two. Also, what technologies are you using to generate the pages? ASP.net? Are your versions for all of that side of things the same on both platforms? – Spudley May 9 '11 at 15:06
@David - heh. yep, I'll bet that is the problem. – Spudley May 9 '11 at 15:08
Alright. I will use Fiddler to capture the request. I am using ASP.NET MVC2 and I have made sure that the css files are referenced correclty. Also I will start accepting answers. I am new to stack overflow :( – user629161 May 9 '11 at 16:49
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.