@RichardH - The services appear to be intermittent. The majority are returning proper responses however, we are still experiencing either 500 internal server errors or timeout. Our latest log file shows this failed request.
Stack: System.Net.WebException: The operation has timed out at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) at tppBusinessObjs.AuthorizeDotNet.ExecuteController(Object controller) in C:\tppGit\tppweb-gitflow\Projects\tppBusinessObjs\AuthorizeDotNet.vb:line 52 at tppBusinessObjs.AuthorizeDotNet.ValidateCredentials() in C:\tppGit\tppweb-gitflow\Projects\tppBusinessObjs\AuthorizeDotNet.vb:line 65
We can tell from this stack, we are requesting a response to test the validity of the credentials. This is a simple declaration of the authenticateTestRequest object and executed against the authenticateTestController.
Is there any insight you can provide for these occurances? This issue is not isolated to only one particular controller.