My xmlrpc program no longer works after installing the latest .net 1.1 patch.
What happens is when the xmlrpc server receives a request it tries to read
the request via the XmlTextReader(). When it tries to read the xml stream
via XmlTextReader() it never returns from the XmlTextReader() call.
Something the patch did no longer allows XmlTextReader() to did its job. I
am wondering if anybody has any information on a work around or fix? Maybe I
have to modify some security settings in windows or .net framework.