useUnsafeHeaderParsing=true not working

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 ?
 
J

Joerg Jooss

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top