Re: JIT The server committed a protocol violation

  •  02-02-2007, 9:18 AM

    Re: JIT The server committed a protocol violation

    Thank you, Thank you, Thank you..
    What I needed to do was to add this to the client not to my webserver.
      I put the
    <system.net>
    <settings>
    <httpWebRequest useUnsafeHeaderParsing="true" />
    </settings>
    </system.net>
     
    in the configuration section of the support.exe config file in the clent and it worked like a charm. 
     
    I wish I asked you for help 4 hours ago.
     
     
     
View Complete Thread