Left work Friday, everything was find. I returned Monday morning and found this. Reached out to my server company, nothing. Any ideas?
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
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.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Looks like your SQL server stopped responding at some point.. Try recycling the application pool, or if you have no access to that then a simple change (just a whitespace change) in the web.config should trigger a recycle and hopefully clear up this error.
I'm new to Umbraco and new to the technical side in general.
Everything else works, except the "Content" section. Which wouldn't be a big deal, except that we have multiple users that make changes to page and I need to get to that second to approve the changes.
I made the white space change to the web config file and it didn't do anything.
Server Error in '/' Application
Left work Friday, everything was find. I returned Monday morning and found this. Reached out to my server company, nothing. Any ideas?
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
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.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Looks like your SQL server stopped responding at some point.. Try recycling the application pool, or if you have no access to that then a simple change (just a whitespace change) in the web.config should trigger a recycle and hopefully clear up this error.
I'm new to Umbraco and new to the technical side in general.
Everything else works, except the "Content" section. Which wouldn't be a big deal, except that we have multiple users that make changes to page and I need to get to that second to approve the changes.
I made the white space change to the web config file and it didn't do anything.
Any other suggestions?
I recycled the SQL Server and made a white space change to the web.config file.
I even tryed changing the timeout in the config file. Nothing.
HELP, haha.
is working on a reply...