Hi,
Can somebody clarify an issue, please:
My NTD (no-touch deployment) application worked just fine reading config
files from server.
After latest security updates, reading of config.files stopped working.
Looks like security path modified smth., but I cannot figure out what.
Any help is greatly appreciated.
Regards,
Konstantin.
Konstantin - 16 Jul 2004 17:48 GMT
Answering to the group, maybe it will help somebody.
I have heard that latest .Net patch has bug.
XmlReader does not accept files like http://....
After using this file, connection limit is increased and it is set
originally to int.MaxValue, thus causing problems.
I reduced ServicePoint.ConnectionLimit below int.MaxValue and it started to
work.
I have heard there will be patch for both 1.0 and 1.1
Thanks,
Konstantin.
> Hi,
>
[quoted text clipped - 10 lines]
> Regards,
> Konstantin.