HTTP Protocol violation, underlying connection to server closed er

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I developed a No touch deployment client which accesses data through a web
service. The application worked really well until I installed .NET framework
1.1 SP1. It worked well without the Service Pack1. But now it throws a HTTP
Protocol violation. Is there any fix to this problem. I understand that MS
has strengthened security, but I would like to know if there is a fix to this
problem.

Please let me know asap.
Thanks
 
Hi Jochen,

I tried this fix, but now I dont receive any error but I'm not able to
obtain data from a Web Service.
My client app which is deloyed in a web server tries to get data through a
web service located in the same web server.
But this operation does not work at all.
Can you please help me?
Thanks,
Rajiv
 
Are you seeing any errors/exceptions that might be lost? The one think that
was causing bit of issue in my code was with HttpWebRequest.KeepAlive. I had
to set it to False in order to get stuff properly in the response stream.
 
My Ap does not catch any exception.
My client app makes a method call in the webservice.
and nothing happens,
Rajiv
 
My Ap does not catch any exception.
My client app makes a method call in the webservice.
and nothing happens,
Rajiv
 
Back
Top