S
si_owen
Hi Guys,
I am running visual studio 2005 with asp.net v2.
I am calling records back from a database over a time period.
The application works great over a time period of less than 2 months,
however for over 2 months I get the following error:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
I have changed the timeout property in sql enterprise manager to 60
(seconds)
and have the following line now in my code:
exceptionsSqlCommand.CommandTimeout = 60
Can anyone shed any light on how to fix this problem?? I have read some
references to changinh the machine.config file??
Any help wuld be much apprecieated,
Simon
I am running visual studio 2005 with asp.net v2.
I am calling records back from a database over a time period.
The application works great over a time period of less than 2 months,
however for over 2 months I get the following error:
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
I have changed the timeout property in sql enterprise manager to 60
(seconds)
and have the following line now in my code:
exceptionsSqlCommand.CommandTimeout = 60
Can anyone shed any light on how to fix this problem?? I have read some
references to changinh the machine.config file??
Any help wuld be much apprecieated,
Simon