IIS

Prevent Request Timeout in Asp.net

In one of our application we want our user to upload data up to 1GB and the most interesting part is we want this uploading via HTTP. I mean, we have plan to use FTP but that is for future. For now we need to make it with HTTP. Off course, uploading data in GB’s requires much extra time then the default configuration and same problem with the request size. So, to make it done we need to change the configuration of following items. executionTimeOut : Default value is 110 seconds, we need to make it...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati