I have a pretty vanilla set up taken straight out of the examples.
I want to set the response headers but they never seem to get set.
context.Response.Headers.Add("something", "or another");
Isnt that all I need to do to get the header set or did I miss something?