Please help

G

Guest

Hi,
I created asp.net webservice (hosted on a windows 2000 server box with .net
framework 1.1 with sp1.1 installed). The ws runs perfect on the server. On my
laptop (XP with sp2) when I try to add a web reference to the webservice I
get the error


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

I also added

<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing = "true" />
</settings>
</system.net>

to the web.config file of the webservice but that's still not working. Any
ideas?

Thanks


I
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top