Redbot reports that my webpage has invalid header:
The ETag header\'s syntax isn\'t valid.
My headers are set to:
As Arnaud mentioned, make sure that you have quoted the value.
replace
new EntityTagHeaderValue("0");
with
new EntityTagHeaderValue("\"0\"");