time-out

Can you programmatically change session time out in ASP.NET?

Can it be done or the only way is to configure it on IIS? ...

Stored procedures are timing out intermittently!

I have a number of stored procedures I call from code with ExecuteNonQuery. It was all good but 2 of my stored procedures started timing out intermittently today with: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated. If I e...

Connection Time-out

Using c# I am trying to send messages to a server. However I am getting the socket exception 10060 which means a connection time-out error. What could be the problem? ...