D
deerchao
I'm writing my IHttpHandler, but whenever I call members of
"HttpContext.Current.Response.Headers", I got an
PlatformNotSupportedException says "This operation requires IIS
integrated pipeline mode.".
Is there no way to use HTTP headers in custom HttpHandlers?
Thanks!
"HttpContext.Current.Response.Headers", I got an
PlatformNotSupportedException says "This operation requires IIS
integrated pipeline mode.".
Is there no way to use HTTP headers in custom HttpHandlers?
Thanks!