Hi,
All of sudden I am getting this Timeout expired error page from my asp.net webpage.
These pages access sql database through the stored procedure.
It's been working fine for a few months now.
I am using SqlDatasource.
Do I need to set the CommandTimeout property??
I found something like this on GOOGLE.
SqlDataSource1_Selecting()
{
e.commandCommandTimeout = 30;
}
Any thought??
Start Free Trial