I have used the code as instructed on Visual Cron API for C#. When I run through I am getting an error. I am trying to connect to Visual Cron to our remote server. I need to trigger a job in our code base. The error happens when I specify c.Connect(conn, true). I specify my IP above in conn.Address. Am I missing a setting I have to change in Visual Cron? I am not sure why I can't connect through. I have even turned off security setting on the remote server.
The error I receive is :
A first chance exception of type 'System.ServiceModel.CommunicationException' occurred in mscorlib.dll
Additional information: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue. Local socket timeout was '00:01:59.9410303'.
The inner exception is :
{"An existing connection was forcibly closed by the remote host"}
Edited by moderator
2015-12-03T07:36:46Z
|
Reason: Not specified