C
Chad A. Beckner
Hi,
I am trying to figure out how to add a header to an incoming request in
ASP.NET. This is needed because I need to set some header information which
ASP (non-DOTNET) uses to process requests. I have looked at the httpmodule
and httphandler, but can't figure out how to do it (always says it's a
read-only collection). Any ideas? I already have a working ISAPI filter,
but am trying to get away from that setup.
Thanks!
Chad
I am trying to figure out how to add a header to an incoming request in
ASP.NET. This is needed because I need to set some header information which
ASP (non-DOTNET) uses to process requests. I have looked at the httpmodule
and httphandler, but can't figure out how to do it (always says it's a
read-only collection). Any ideas? I already have a working ISAPI filter,
but am trying to get away from that setup.
Thanks!
Chad