Blank Web Page at Launch

Last post 06-13-2008 1:52 AM by sameer_khanjit. 5 replies.

Sort Posts:

  • Blank Web Page at Launch

    06-11-2008, 11:47 AM

    Whenever I launch my Web site for the first time (using F5), I am met with a blank Web page.  If I view the source of this page, it looks like it is loading fine, but for some reason, the markup just gets cut off before it finishes loading.  If I refresh the page, it works fine from that point on.  I can consistently reproduce this problem by deleting my cookies, closing the browser, and relaunching the site.  Here is my configuration for the cookie:

    1    <authentication mode="Forms">
    2      <forms name="mysiteCookie" loginUrl="Login.aspx" timeout="168" slidingExpiration="true"/>
    3    </authentication>
    

    Any ideas?

  • Re: Blank Web Page at Launch

    06-11-2008, 1:14 PM

    Has anyone else ever experienced this?  It's like the browswer just stops receiving the response and only writes the first dozen or so lines of markup.  Confused

  • Re: Blank Web Page at Launch

    06-11-2008, 3:00 PM

    I've noticed that when I load my Web site's Default.aspx page, 38 files show up in my Temporary Internet Files folder.  On the times when the page doesn't fully load, the same 17 files appear.  If I hit refresh, the remaining files show up.  Curiously, one of the 17 files that appears during the bugged attempts is "WebSite/" (cache name = WebSite[1].htm).  This file contains the entire markup for the Default.aspx even though when I use "View Source" on the blank page, only the first 60 lines or so show up.  So obviously it's getting the full response, but for some reason it's being cut off.  If I close my browser, delete everything from this folder, and launch the site (F5), I can reproduce the issue.

  • Re: Blank Web Page at Launch

    06-12-2008, 3:37 PM

    I think "Protected Mode" might be causing the issue.  If I right-click on the IE7 shortcut and "Run as Administrator", I cannot reproduce the problem.  Group Policy controls the Protected Mode option on my computer so I cannot toggle it off.  I also notice that when I run IE7 normally and the blank page occurs, I see "Unknown Zone | Protected Mode: Off" in the lower right of the window.  When the page loads correctly, I see "Local Intranet | Protected Mode: Off".

    Any suggestions?

  • Re: Blank Web Page at Launch

    06-12-2008, 4:38 PM

    Is there a limit to the number of external CSS style sheets you can link to?  Or possibly the number of styles you can declare?  If so, what does IE do when it hits that limit?  Once the CSS files are cached, is that limit ignored?

    Also, I have one user using IE6 that *always* gets a blank page when attempting to access the site from our production server (she doesn't have to empty her Temporary Internet Files or do anything special to induce the issue).  However, when she attempts to access the site on our staging server, it works.

  • Re: Blank Web Page at Launch

    06-13-2008, 1:52 AM
    Answer
    • Contributor
      3,091 point Contributor
    • sameer_khanjit
    • Member since 12-10-2007, 8:06 AM
    • Indore India
    • Posts 638

    it is just because of your page are rendered properly..

    Please create new page and copy past the content of page , then run again if it will still remains then let me know...

    We Are Looking for .NET/PHP Projects

    Contact Details :-

     Email - sameer.khanjit@gmail.com

     Mobile no. : +91-9893795983

     View Blog

    linkedin Asp.net Group

    Don't forget to click “Mark as Answer” on the post that helped you
Page 1 of 1 (6 items)