CommandTimeout Property

  • Thread starter Thread starter George Durzi
  • Start date Start date
G

George Durzi

When preparing my SqlCommand object in my data access class, I set the the
CommandTimeout property to 720 (unreasonably large for the sake of this
experiment).

One of my aspx's is timing out, in less than a minute. Is there another
timeout value somewhere that's overriding this?

I didn't see anything in web.config.

In IIS, my connection timeout value is also set to 720 for that website

Anything i'm missing?
 
Back
Top