I Created a WebGrid using MVC but when i try to run I am getting this Error Message "SqlException: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.", I Checked SQL Server Logs but it is not even Connecting the Database, It is timing out after 1 minute, I Included these Timeouts but it is not working, Please help.
binding name="basicHttpBinding"
closeTimeout="00:10:00" openTimeout="00:10:00" receiveTimeout="00:10:00"
sendTimeout="00:10:00"
Saravanan PonnusamyPosted Aug 17, 2017, 12:29 AM
Megna MusapetaPosted Aug 16, 2017, 2:19 PM
Manas MohapatraPosted Aug 16, 2017, 2:17 AM