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
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