Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8350487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:20:09+00:00 2026-06-09T08:20:09+00:00

In my development environemnt everything is appearing perfectly fine, I have a pie chart

  • 0

In my development environemnt everything is appearing perfectly fine, I have a pie chart which uses a canvas and animation this appears fine when hosting through the browser.

I am also using Twitter Bootstrap and have a nav bar at the top of the page, which has two items.

Here are some examples:

In development Environment

https://i.stack.imgur.com/TtC5J.png

Hosting in IIS

https://i.stack.imgur.com/DNLkg.png

After dismissing the IIS version, the error remains constant, also you can notice the rounding of the button isn’t quite the same.

We are hosting on IIS6 with default settings so wondering if anything has to be done on the site to encorporate this properly? I’m not registering the .LESS anywhere I don’t think so not sure if that’s what could be causing this.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T08:20:10+00:00Added an answer on June 9, 2026 at 8:20 am

    You need to set the X-UA-Compatible meta tag in order to fix this.
    Add the following meta tag to your header in your web page and the problem should be solved

    This will make sure it will look the same in development and in IIS. ( using the same browser )

    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    

    You can also add following directive in your web.config to add a custom header application wide instead of the per page meta tag.

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
       <system.webServer>
          <httpProtocol>
             <customHeaders>
                <clear />
                <add name="X-UA-Compatible" value="IE=Edge" />
             </customHeaders>
          </httpProtocol>
       </system.webServer>
    </configuration>
    

    This behavior is caused because IE renders intranet sites in compatibility modus by default. ( because Microsoft thinks a lot of intranet sites are outdated, i guess)
    You can modify this by going to Tools –> Compatibility ViewSettings.

    References:

    • http://weblogs.asp.net/rajbk/archive/2010/05/12/pages-in-ie-render-differently-when-served-through-the-asp-net-development-server-and-production-server.aspx
    • http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have code using JPA and everything works fine in my development environment and
In my development environment, which is windows 7, Ruby1.9.2p180, everything works fine. However, in
In the software development environment where I work we have a group of developers
we have a mixed development environment using ASP.NET MVC and Ruby on Rails. We
I have some inserts in a development environment to release, the developer has not
I created a report which uses custom library created by me. I've copied these
I'm creating a new rails 3.2 project and everything is loading fine except the
I have some questions about how you set up your development environment. I'm running
I have been creating and using a page on the development environment for awhile,
I have watched railscast http://railscasts.com/episodes/236-omniauth-part-2 And tried to implement the code, everything worked well

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.