In my application I need to set a http response header. I\'d like to do this in web.config.
I'm not aware that you can do it on the web.config
So far I know the best options you have are:
Here you have the reference on MSDN:
Custom HttpModule Example
This link has an implementation of an HTTPModule that seems to be what you need
http://idunno.org/archive/2006/08/01/252.aspx