tags:

views:

22

answers:

2

What is the code to output a specific HTTP header e.g. x-adexpert-id

+1  A: 

See the Response.Headers property.

John Saunders
A: 
Response.Headers.AppendHeader("x-adxpert-id", "value");
Bennor McCarthy
sorry from a remote page I mean
aspen7
@aspen7: Huh? ..
Steven Sudit
Yeah, you might need to give a little more detail than that.
Bennor McCarthy