System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()
at System.Data.SqlClient.TdsParserStateObject.ReadByte()
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Umbraco umbraco v 4.11.9 (Assembly version: 1.0.4898.17344) while attempting to copy a large node and children, we experience this error:
Any help appreciated....
Thanks,
Jamie
In the web.config try adding the following to the httpRuntime element: maxRequestLength="157286400" executionTimeout="10800"
Jeroen
Hi,
I will try this solution but wondering why it appears suddenly!
I didn't have it before and suddenly happens so maybe I need another solution;(
Jeroen, that appears to have done it.
Thanks!
Jamie
Hi Guys,
I am experiencing this all of a sudden.
Try to access the mysite.com/umbraco and keeps on loading.. then it throws the error:
Obviously, this affecting even the frontend side.
Then, after 1 hour struggling with it, it will be normal. Afterwards, when I rebuild on some occasions, it will keeps on loading again.
Appreciate any help.
Kind Regards
is working on a reply...