How to append a new header information to all pages of a project displayed on client machine.
I tried using Response.AddHeader/AppendHeader but it is not working.
I also tried using HttpContext as well as IHttpModule but cannot get through.
Please advise on the solution.
Thanks