HI,
I am facing the same problem.
My project is on .Net with SQL Server.
I am trying to retrieve a huge data at a time from DB. Previously it is working fine.
From three days back i am getting "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
Even i made some changes to solve that
in web.config i put "connect timeout = 300000" and
CommandTimeout = 300000 (previously they are 10000) // 300000 = 5min
still i am facing the same problem..
Can any one say solution for this
Regards,
Venkatesh