Wednesday, March 17, 2010

ASP.net WebRequest Exception "System.Net.WebException: The server committed a protocol violation"

I encounter this error today.
And here is my stackoverflow post:
http://stackoverflow.com/questions/2460605/asp-net-webrequest-exception-system-net-webexception-the-server-committed-a-pro


Finally I set the request.KeepAlive=false to solve the problem.

No comments: