Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6880433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:58:24+00:00 2026-05-27T04:58:24+00:00

I’ve bound an asp button to a subroutine that generates an xls file through

  • 0

I’ve bound an asp button to a subroutine that generates an xls file through these steps:

  1. Executes some sql queries (successfully)
  2. Builds the excel file with the resulting data sets (successfully, 2MB)
  3. Redirects the current page to a “DownloadPage.aspx?filename=” with the standard operations to build and download the file

But at this point it doesn’t start any download even if the excel file is available in the source folder. The strange thing is that sometimes it works, randomly.
No exception is throwed but the Thread Abort dued to redirection.

So, I haven’t other ideas…Do you?

Thanks

p.s. I’ve tried to set some IIS parameters to 6 minutes or over.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:58:24+00:00Added an answer on May 27, 2026 at 4:58 am

    2 minutes is a very long time for a web request. Long enough that most clients will give up, either by means of the browser timing out or the user navigating away. Why does it take so long to fulfill the request? Is there a significant bottleneck you can improve? Running some SQL queries and building an Excel file shouldn’t take that long. It’s also considered a very bad idea from the perspective of the server to have a request hold up IO for so long. If there are many users they can grind the server to a halt by normal use of the site.

    If it really is supposed to take so long, you may want to consider an asynchronous approach. Instead of having the user wait for a redirect, immediately provide some kind of feedback. Send the user to a page indicating that their request has been received and is being processed. They can then continue to use the site. When their data is ready, the site can provide some kind of notification link to let them know.

    On the back end, the site can either kick off another thread to do the work. Or, and this is often better for a web application, you can queue the request in a database and have a Windows Service or scheduled console application poll that database for new requests, process them, and save the output where the web application can look for it. Then the notification system in the web application would just check for output with each request (or maybe poll it via AJAX or something cool like that) to notify the user that the data is ready.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just tried to save a simple *.rtf file with some websites and
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
i want to parse a xhtml file and display in UITableView. what is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.