5
votes

I am using a web Server based on IIS,I am using an Infor Application which is trying to fetch data from the Web Server. However when there is a lot of data and the query runs more than 60 seconds, i get a Gateway Timeout Error(504).

Where do i set the configuration to increase till say 2 minutes or 5 minutes? Any Help would be appreciated.

2

2 Answers

1
votes
0
votes

It sounds like you have ARR installed. If you do, you can change the timeout setting by following these steps:

  1. Open IIS Manager.
  2. Open Application Request Routing Cache.
  3. Open Server Proxy Settings... from the Actions menu.
  4. Increase the Time-out (seconds) to a bigger value.

Another place this could be set is under Server Farms in IIS Manager. Choose the Server Farm and click Proxy. Set the time-out (seconds) to a larger value.