Is there any way to add custom headers without creating HttpHandler? I've tried the following two APIs but the former is throwing error and the latter is working fine but when the page is either redirected or posted to another page. The header is lost. Thanks for your suggestion.
Response.Headers.Add()
Response.AppendHeader()
Environment: ASP.NET 3.5 & IIS 6