Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Why there is design Issues in one IIS server but not in another IIS server with version 7 ?
The server is with IE 11 browser and to be compatibile we have set its rendering as IE 5 in web.config as below:
XML
<system.webServer>
    <httpProtocol>
      <customHeaders>
        <clear />
        <add name="X-UA-Compatible" value="IE=5; />
      </customHeaders>
    </httpProtocol>
  </system.webServer>



But In one server all design is perfect while in the other issues are there including crystal reports with Version 10.2. We are using Visual Studio 2005.
Posted

1 solution

I suggest you to post this question at SAP Crystal Reports, version for Visual Studio[^] forum

Here I found an old thread(IE10)
Crystal Reports APS.NET Viewer in IE 10[^]
 
Share this answer
 
Comments
Rahul 105 31-Dec-13 4:53am    
Here there is design problem in some pages too. Also it must be alligned without compatibility view. In one IIS 7 server version its fine but issue with the other same version iis server.Compatibility is already set in web.config.
thatraja 31-Dec-13 5:02am    
Share the screenshots. use imgur.com to image upload.

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