We have a .NET application that stopped working. After investigation, we discovered that the system date on the server had been changeed to 2003 instead of the current 2013. After correcting the date, the application started working again. So in order
to test this, we purposfully changed the date and observed that the application failed on a web request. In addition, SQL Server abruptly quit without any error messages. Changing the date back and rebooting the server fixed the problem again. I want to know
what the root issue is so that it can be documented in our knowledge base system.
Jo Lee