A connection attempt failed because the connected party did not properly respond after a period of t

Discussion in 'ASP.NET 2.0' started by Ravi Singh, Apr 5, 2008.

  1. Hi all,

    Can anyone give me suggestion. I am using nsoftware.IBizPay dll in my page. When I call authorize method of this dll then it raises following error.

    'nsoftware.IBizPay.IBizPayIchargeException: System error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at nsoftware.core.ibp31g6.bi(IAsyncResult A_0) at nsoftware.core.ibp31fg.b(IAsyncResult A_0) --- End of inner exception stack trace --- at nsoftware.IBizPay.Icharge.Authorize() at Confirm.ValidateCard() in C:\Sites\nurspec.com\www\Confirm.aspx.vb:line 832'

    I added this Configuration setting in globle.asax but it is not working still.

    <system.net>
    <defaultProxy>
    <proxy usesystemdefault='False'/>
    </defaultProxy>
    </system.net>

    Please help me.

    Thanks
    Ravi
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    This means that the HTTP page ou are trying to connect to is not responding.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Hi Bruce,

    My problem has been resolved. I was using test credit card no in live mode so it was raising error. When I use test mode and test this with test card it has not show error.

    Thanks for reply

    Ravi
     

Share This Page