IE9 Blank Page

  1. #1

    IE9 Blank Page

    Hi,

    We have an MVC application similar to ASP.NET MVC sample. When we run our application against IE9 and Login or Main pages are loaded, there are a lot of times where web page appears in blank, and a refresh is needed in order to load web page as required.

    In IE8 or Chrome, for example, web pages are loaded without any problem.

    Does anyone has this same problem?

    Any clue about how to resolve it?

    Thanks in advance,

    Dominik.
    Last edited by Dominik; Oct 19, 2011 at 8:58 AM.
  2. #2
    Hi again,

    No one with this issue?
  3. #3
    Do you use Linked or Inline mode for resources?
    Are you sure that there are no javascript errors?
  4. #4
    Hi,

    We have web.config as follows:
    <extnet idMode="Explicit" initScriptMode="Linked" scriptMode="Debug" theme="Slate"/>
    And ResorceManager defined in this way:
    <ext:ResourceManager runat="server" IDMode="Explicit" ViewStateMode="Disabled" GZip="true" />
    I have actived script errors in my IE9 configuration, so I seen any possible error.

    That issue only happens in IE9, not IE8 or Chrome f.e.

    Thanks.
  5. #5
    Try to switch to Inline init script mode
  6. #6
    Well,

    But the moment seems it is working!

    Keep it trying...

    Thanks a lot.
  7. #7
    Hi again,

    Is there any performance drawback using Inline mode instead of Linked one?

    If code is rendered in the same page and not as a separated javascript file then we loose script cache capability, aren't we?
  8. #8
    Hi again,

    In addition to my previous question, if there is a perfromance drawback in Inline mode, is there any way to render css code in a file instead of in the same page?

    Thanks again,

    Dominik.

Similar Threads

  1. Blank page on IIS 7
    By mercede75 in forum 1.x Help
    Replies: 0
    Last Post: Apr 18, 2012, 6:32 AM
  2. [CLOSED] "Blank" gridpanel column until edited...then blank again!
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 24, 2011, 4:11 PM
  3. Autocompete not working - Blank page in IE 7
    By vs.mukesh in forum 1.x Help
    Replies: 0
    Last Post: Jan 21, 2011, 7:44 AM
  4. IE6 - Tabpanel/Page just Blank?
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Apr 27, 2010, 3:00 PM
  5. Blank Page at IE
    By fren21 in forum 1.x Help
    Replies: 4
    Last Post: Jul 27, 2009, 9:55 PM

Posting Permissions