S
Sean Erwin
I am having a very frustrating intermittent problem. I am making an
A2A call to a remote server and when I issue the:
WebRequest.getResponse call it occasionally fails with the following
error:
<Error description>
Exception Type: System.Net.WebException
Status: ConnectFailure
Response: NULL
Message: The underlying connection was closed: Unable to connect to
the remote server.
TargetSite: Void CheckFinalStatus()
HelpLink: NULL
Source: System
StackTrace Information
*********************************************
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult
asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at EB.CardActivation.UI.ActivateCard.GetCardStatus(String MemberID,
String EmployerID)
<End Error Description>
This error occurs approximately 10% of the time.
We are not using a proxy server.
Any assistance would be great
Thanks
Sean Erwin
A2A call to a remote server and when I issue the:
WebRequest.getResponse call it occasionally fails with the following
error:
<Error description>
Exception Type: System.Net.WebException
Status: ConnectFailure
Response: NULL
Message: The underlying connection was closed: Unable to connect to
the remote server.
TargetSite: Void CheckFinalStatus()
HelpLink: NULL
Source: System
StackTrace Information
*********************************************
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult
asyncResult)
at System.Net.HttpWebRequest.GetResponse()
at EB.CardActivation.UI.ActivateCard.GetCardStatus(String MemberID,
String EmployerID)
<End Error Description>
This error occurs approximately 10% of the time.
We are not using a proxy server.
Any assistance would be great
Thanks
Sean Erwin