We have a c# application running here which basically just gets content via a browser object from a webserver which returns content via jsp (over which I do not have control). All is running great but as of late we have been having weird issues on some machines (all windows xp sp3) After our platform systems tool updates the pc with some updates for windows or even after just a simple power cut some machines cannot display/execute all of the content. They load the url and in the middle of a .jsp page the javascript on it just stops. The page loads its dom structure and javascript in the HEAD but no .js files are executed. So the page just sits there with the loading animation until a user timeout pops and stops the session.
The only consistent thing we see is that the IPSec service cannot start up anymore the same day the issues start (upgrade / power cut) and that it is always after a patch and/or a hard boot
When we corrupt the IPSec service ourselfs on a working pc (delete the IPSec entry in registry) we can still browse around happily. On the affected machines, re-creating the policy by regsvr32 polstore.dll has no effect. The IPSec service starts again but still no execution of the javascript.
Any ideas where to go look? We have a support case open with MS but the level 1 just keeps sending me msdn articles about how to restore IPsec.