开发者

Is there no way to access the asp.net Response.Headers in IIS6?

When I try to access Request.Headers I get a "This operation requires IIS integrated pipeline mode." error.

Is there really no way to view the response headers in .net 开发者_StackOverflow社区with IIS6?


Yes, there really is no way to read the headers in IIS6. You can only add them using .AddHeader() or clear them using .ClearHeaders()

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜