Slow site using Firefox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sheperson@googlemail.com

    Slow site using Firefox

    Hi,
    I am new to ASP.NET. I have created a web form with just two controls
    on it a label and a button. When the button is clicked, the label's
    text is updated with current time. It runs normaly when I view the
    page in IE 7 on Vista. But when I use firefox it takes much longer to
    load such a simple page and the poastback takes more time too. Does
    anyone have an idea what's going on?
  • Peter Bucher [MVP]

    #2
    Re: Slow site using Firefox

    Hello Sheperson
    I am new to ASP.NET. I have created a web form with just two controls
    on it a label and a button. When the button is clicked, the label's
    text is updated with current time. It runs normaly when I view the
    page in IE 7 on Vista. But when I use firefox it takes much longer to
    load such a simple page and the poastback takes more time too. Does
    anyone have an idea what's going on?
    Jep, there is a issue with IPV6.
    The solution is to deactivate that feature:

    -


    --
    Gruss, Peter Bucher
    Microsoft MVP - Visual Developer ASP / ASP.NET, Switzerland
    http://www.aspnetzone.de/ - ASP.NET Zone, die ASP.NET Community
    http://www.aspnetzone.de/blogs/peterbucher/ - Auf den Spuren von .NET
    http://www.peterbucher.ch/ - Meine Persönliche Seite

    Comment

    • sheperson@googlemail.com

      #3
      Re: Slow site using Firefox

      On Feb 27, 9:12 am, "Peter Bucher [MVP]" <peter.buc...@a spnetzone.de>
      wrote:
      Hello Sheperson
      >
      I am new to ASP.NET. I have created a web form with just two controls
      on it a label and a button. When the button is clicked, the label's
      text is updated with current time. It runs normaly when I view the
      page in IE 7 on Vista. But when I use firefox it takes much longer to
      load such a simple page and the poastback takes more time too. Does
      anyone have an idea what's going on?
      >
      Jep, there is a issue with IPV6.
      The solution is to deactivate that feature:
      >
      -http://translate.googl e.com/translate?u=htt p%3A%2F%2Fwww.a spnetzone.d....
      >
      --
      Gruss, Peter Bucher
      Microsoft MVP - Visual Developer ASP / ASP.NET, Switzerlandhttp ://www.aspnetzone. de/- ASP.NET Zone, die ASP.NET Communityhttp://www.aspnetzone. de/blogs/peterbucher/- Auf den Spuren von .NEThttp://www.peterbucher .ch/- Meine Persönliche Seite
      Thanks so much. It worked perfectly!

      Comment

      Working...