I have ASP.Net Project that was running perfectly. But i want that it automatically refresh and for that i added the one line of Code in Page Load
Code : Response.AppendHeader("Refresh", "30");
After added this code it run successfully 4 or 5 times but after that it gives an Error
The wait operation timed out
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
So what i do for that Exception.
I am using Visual Studio 2013 and SQL Server 2012 ASP.Net C#.