I’m trying to turn Etags off on iis 6 since I’m load ballancing multiple servers, I don’t want the etag to become a problem.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont think that you actually turn them off, but you can set the value. Go to Default Web Site properties, the HTTP Headers Tab. Then add a custom HTTP Header with the name ‘Etag’ and a value of ” (two double quotes).
Then your Yslow score will improve. =)
I believe that the thing to do in your case is to set all servers in the farm to use the same Etag value. That will allow content to be identified properly across all servers in the farm.