CommandTimeout Property

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top