« Previous Next »

Answered Thread: The request has been aborted.

Last post 11-09-2009 10:38 AM by Alex23984. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 11-06-2009, 4:58 PM

    The request has been aborted.

    Hi, Below event message. How to configure IIS 6 on Win 2003 Server in order to download big files? File sizes are bigger than 120 MB. Thanks. Alex. --------------------------------------------------------------------------------------------------------------------------------------------- Event code: 3001 Event message: The request has been aborted. Event time: 11/6/2009 4:32:23 PM Event time (UTC): 11/6/2009 9:32:23 PM Event ID: 856f7a5323d348318a6588fb98a6d21d Event sequence: 26 Event occurrence: 4 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/Root/ Trust level: Full Application Virtual Path: Application Path: Machine name: WEBSERVER1 Process information: Process ID: 2896 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: HttpException Exception message: Request timed out. Request information: Request URL: https://www.WebSite.com/Dir1/File1.zip?Key=345 Request path: /Dir1/File1.zip User host address: 127.1.1.0 User: Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 1 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: .
  • 11-07-2009, 11:45 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,254
    • IIS MVPs

    Re: The request has been aborted.

     IIS will serve a file of any size.  Please give more details on what you are doing ...

  • 11-09-2009, 9:51 AM In reply to

    Re: The request has been aborted.

    Hi Tom, Client can download zip files from server. To accomplish this I use handler to verify security info provided in query string like: http://www.mysite.com/dir1/dir2/MyFileName.zip?Key=345. Then I load file to Response output stream. It works perfect for files in size less than 100 MB or it allow user to download for 1.5-2 minutes(depends on download speed) after this download freezes and IIS issues error "The request has been aborted." This a description. Your help very appreciated. Thanks, Alex.
  • 11-09-2009, 10:07 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,254
    • IIS MVPs

    Answered Re: The request has been aborted.

    Alex23984:
    Then I load file to Response output stream. It works perfect for files in size less than 100 MB ...

    In that case it's not IIS but ASP.NET that's controlling the download.  What are your httpRuntime settings?

    http://msdn.microsoft.com/en-us/library/e1f13641(VS.71).aspx

  • 11-09-2009, 10:38 AM In reply to

    Re: The request has been aborted.

    tomkmvp:
    What are your httpRuntime settings?
    I put httpRuntime in system.webServer config element but have to put it to system.web. I did it correct it's working now with any file size. Thank you for the hint. Alex.
Page 1 of 1 (5 items)
Microsoft Communities