My attempt at psychic debugging: you're using a statement like:
Response.Headers("X-Foo") = "bar"
If this is indeed the case, changing this as shown below will work around the problem:
Response.AddHeader("X-Foo", "bar")
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…