In my application I need to set a http response header. I\'d like to do this in web.config.
There is no built-in functionality that does this
You can make an HttpModule that reads headers from web.config and adds them to the response.
HttpModule