All pages in ASP.NET application load twice

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default All pages in ASP.NET application load twice

    Hi,

    suddenly all pages in my ASP.NET application started to load twice,
    any idea what's going on ?

    Chris

    PS: I have AutoEventWireup="false" on all pages


    Krzysztof Rozmus Guest

  2. Similar Questions and Discussions

    1. application does'nt load
      Hello The following server-side script is saved as chooseflv.asc in a folder named chooseflv on the server side. I also created a streams folder...
    2. Cannot Load application
      I just installed FMS 2.0.1 on Debian 3.1, Mandriva 2005 & 2006. I got the same problem on each. I installed the samples and applications just...
    3. cannot load application -- please help
      Hello, I've just installed flash media server 2 on a linux machine with fedora 6. The server runs and I can connect to it via the fms2_console....
    4. Contribute for Ebay won't load more than a few pages
      Has anyone else seen Contribute for ebay throw out added pages when a magic number (5 pages) are created? It doesn't matter if I save them as...
    5. Error trying to load cached pages
      Hi all! Some of my visitors are getting the error: Element CFCLIENT_WOODME is undefined in a Java object of type class...
  3. #2

    Default Re: All pages in ASP.NET application load twice

    I've heard that Zone Labs' ZoneAlarm Pro can contribute to such problems.
    By any chance are you using it?

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Krzysztof Rozmus" <rozmus@kr.onet.pl> wrote in message
    news:bfmbcc$3r7$1@news.onet.pl...
    > Hi,
    >
    > suddenly all pages in my ASP.NET application started to load twice,
    > any idea what's going on ?
    >
    > Chris
    >
    > PS: I have AutoEventWireup="false" on all pages
    >
    >

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: All pages in ASP.NET application load twice

    > I've heard that Zone Labs' ZoneAlarm Pro can contribute to such problems.
    > By any chance are you using it?
    No, unfortunately :-)

    Chris


    Krzysztof Rozmus Guest

  5. #4

    Default Re: All pages in ASP.NET application load twice

    Just in case someone might have similar problem in future,
    I found the reason: parameter 'background' instead of 'bgcolor' in html
    '<table' tag.
    Strange, but true.

    Chris


    Krzysztof Rozmus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139