useUnsafeHeaderParsing=true not working

  • Thread starter Thread starter ludovic
  • Start date Start date
L

ludovic

Hi,

I have a problem using .NET 1.1 SP1.
When I access my web server, on most laptop, I have to set
in the config file the useUnsafeHeaderParsing=true in
order to avoid a http violation error.

But when I try this configuration file on my laptop, this
configuration does not work at all whereas without any
configuration at all, it works very well.

Can someone help ?
 
ludovic said:
Hi,

I have a problem using .NET 1.1 SP1.
When I access my web server, on most laptop, I have to set
in the config file the useUnsafeHeaderParsing=true in
order to avoid a http violation error.

But when I try this configuration file on my laptop, this
configuration does not work at all whereas without any
configuration at all, it works very well.

Can someone help ?

What does your web application do? Or put differently, what requests
are you sending?

Cheers,
 
Back
Top