I am using Job Submit api, it is working fine in my local system by enabling the proxy settings but when I deploy it IIS I am getting an exception saying connection failure.
Detailed Exception details:
Type : System.Net.Sockets.SocketException, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : No connection could be made because the target machine actively refused it 137.236.230.24:443
Source : System
Help link :
ErrorCode : 10061
SocketErrorCode : ConnectionRefused
NativeErrorCode : 10061
Data : System.Collections.ListDictionaryInternal
TargetSite : Void DoConnect(System.Net.EndPoint, System.Net.SocketAddress)
HResult : -2147467259
Stack Trace : at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
Should I have to set any configuration?
Please help me out
Regards,
Preeti