Try running it with firewall/antivirus disabled. If it is so, try adding it to firewall/antivirus exceptions.
On Aug 30, 3:52 pm, Guru Kodlekere <[email protected]> wrote: > Hi All, > > In Http web request, > > While writing into current stream > > i.e > > Using requestStream As Stream = httpWebRequest.GetRequestStream() > *requestStream.Write(requestData, 0, requestData.Length)* > End Using > > I am getting below error. > > "Unable to write data to the transport connection: An established connection > was aborted by the software in your host machine." > > Does any one faced such an issue earlier or know about it ? > > Thank you > -- > Regards > > Guru
