When an ASP.NET System.Web.HttpResponse.End() is called, the current thread is aborted?

前端 未结 5 497
你的背包
你的背包 2020-12-31 03:56

when a System.Web.HttpResponse.End() is called a System.Thread.Abort is being fired, which i\'m guessing is (or fires) an exception? I\'ve got some logging and this is being

5条回答
  •  醉话见心
    2020-12-31 04:38

    I used all above changes but still I was getting same issue on my web application.

    Then I contacted my hosting provide & asked them to check if any software or antivirus blocking our files to transfer via HTTP. or ISP/network is not allowing file to transfer.

    They checked server settings & bypass the "Data Center Shared Firewall" for my server & now our application started to download the file.

    Hope this answer will help someone.This is what worked for me

提交回复
热议问题