Session problem in ASP.NET

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

    #1

    Session problem in ASP.NET

    Hi,

    I have created 2 excel report in ASP.NET.
    I have used ADODB for this purpose. No interop.


    The way of generating the report is same for both. except the SQL Firse
    will display ony 100 lines, second may be 10000 lines. But the
    procedure is the same.

    First report is working in all the IE browsers tested.

    Second report is taking time but displaying in some IE browsers. But in
    some other IE browser it is giving "The page cannot be displayed"
    error.

    Please let me know why this strange behavior? Do we need to set
    anything in IE browser? or in Web.config?

    Your help is highly appreciated.

    Regards.

  • Paul Clement

    #2
    Re: Session problem in ASP.NET

    On 11 May 2005 13:42:12 -0700, krallabandi@gma il.com wrote:

    ¤ Hi,
    ¤
    ¤ I have created 2 excel report in ASP.NET.
    ¤ I have used ADODB for this purpose. No interop.
    ¤
    ¤
    ¤ The way of generating the report is same for both. except the SQL Firse
    ¤ will display ony 100 lines, second may be 10000 lines. But the
    ¤ procedure is the same.
    ¤
    ¤ First report is working in all the IE browsers tested.
    ¤
    ¤ Second report is taking time but displaying in some IE browsers. But in
    ¤ some other IE browser it is giving "The page cannot be displayed"
    ¤ error.
    ¤
    ¤ Please let me know why this strange behavior? Do we need to set
    ¤ anything in IE browser? or in Web.config?
    ¤

    Is the request timing out? It could be that the query is taking too long to pull back the data, or
    it's taking to long to generate the report.


    Paul
    ~~~~
    Microsoft MVP (Visual Basic)

    Comment

    Working...