Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 HTTP protocol violation

Author  Topic 

balamurugan
Starting Member

15 Posts

Posted - 2004-04-05 : 15:29:14
Hi
I am using .Net's "System.Net.HttpWebRequest" to get information from a website. I am doing it in two places. It works fine at the first place, when it comes to second place in the same .aspx file it throw's

"The underlying connection was closed: The server committed an HTTP protocol violation".


Can somebody hep me?.

MichaelP
Jedi Yak

2489 Posts

Posted - 2004-04-05 : 15:54:16
Maybe you are trying to open an already open connection to the site?
If you search the MS KB for that error message I bet you find something.

If you need more help, post the code.

Michael

<Yoda>Use the Search page you must. Find the answer you will.</Yoda>
Go to Top of Page
   

- Advertisement -