Blank page on IIS 7

  1. #1

    Blank page on IIS 7

    Hi,

    We have created an application using Ext.NET 1.1 tested on IIS6 (Windows 2003 SP2). However our first deployment failed on IIS7 (Windows 2008 R2). The pages show blank. The regular HTML stuff was okay but the EXT stuff was just not there. The page source did contain the Ext.NET stuff but it just did not appear in browser.

    We tried it on
    • IE9
    • Chrome
    • FireFox
    • Opera


    Every browser behaved the same way. After researching sometime, changing the DefaultApplicationPool to Classic .NET application pool and there it was.... working fine.

    The problem is solved but why the Ext.NET run in the Default Application pool. I used Fiddler and found this:


    # Result Protocol Host URL Body Caching Content-Type Process
    11 404 HTTP Localhost /Test/extjs/adapter/ext/ext-base-js/ext.axd?v=42036 5,244 private text/html; charset=utf-8 chrome:1256
    12 404 HTTP Localhost /Test/extjs/ext-all-js/ext.axd?v=42036 5,218 private text/html; charset=utf-8 chrome:1256
    13 404 HTTP Localhost /Test/extnet/extnet-core-js/ext.axd?v=42036 5,228 private text/html; charset=utf-8 chrome:1256
    14 404 HTTP Localhost /Test/extnet/extnet-data-js/ext.axd?v=42036 5,228 private text/html; charset=utf-8 chrome:1256
    15 404 HTTP Localhost /Test/extjs/resources/css/ext-all-embedded-css/ext.axd?v=42036 5,228 private text/html; charset=utf-8 chrome:1256
    16 404 HTTP localhost /Test/extjs/resources/css/xtheme-gray-embedded-css/ext.axd?v=42036 5,274 private text/html; charset=utf-8 chrome:1256


    With Classic .NET pool everything is returned with code 200. Did we make some mistake in Web.Config file or some permissions are required? Is it some bug in Ext.NET?

    I'm curious to know.
    Last edited by mercede75; Apr 18, 2012 at 6:38 AM.

Similar Threads

  1. IE9 Blank Page
    By Dominik in forum 1.x Help
    Replies: 7
    Last Post: Oct 19, 2011, 8:57 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

Tags for this Thread

Posting Permissions