Opus4210
Opus4210

Reputation: 83

IIS 8.5 connection timeout is _always_ 60 seconds

I have an ASP.NET application running on IIS 8.5 that times out at 60 seconds regardless of what I set. In other words, I can set the connection timeout to 300 seconds or 30 seconds and the page will still time out at 60 seconds. The Request status code is 504 GATEWAY_TIMEOUT.

Site:

App Pool:

Other things I've done:

I'm at a loss. Any ideas?

Upvotes: 3

Views: 8321

Answers (2)

Opus4210
Opus4210

Reputation: 83

The answer turned out to be a load balancer, which I was unaware existed, that had its own timeout setting.

Upvotes: 5

drone6502
drone6502

Reputation: 433

Check your maxRequestLength, apparently that can cause a 504 if the incoming request exceeds the default limit of 4MB.

504 Error On Server

Can big ViewState content result a HTTP Error 504 - Gateway timeout?

Upvotes: 1

Related Questions