I get this after few minutes.
visual studio just-in-time debugger an unhandled win32 exception occured in winprogram.exe[6108]
Then I see this in the event logger. Time Provider NtpClient: No valid response has been received from domain controller dc.columbiauniv.gov after 8 attempts to contact it. This domain controller will be discarded as a time source and NtpClient will attempt to discover a new domain controller from which to synchronize.
For more information, see Help and Support Center at
It seems that this code works on both Dev and Staging. String strDT = DateTime.Now.ToString("yyyyMMddHHmmss");
I was using this code before and it only worked on Dev. String strDT = DateTime.Now.Year.ToString() + DateTime.Now.Month.ToString() + DateTime.Now.Day.ToString() + DateTime.Now.Hour.ToString() + DateTime.Now.Minute.ToString() + DateTime.Now.Second.ToString();