Is there a way to control IIS 6.0 caching via Application web.config?
Reason I ask is the fact I have dedicated box, but I do not have access to advanced IOIS settings.
Thanks
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.
After some research this is what I have found out.
IIS 6.0 doe snot have much cash optimization. It is done for you “automagically”. Therefore to control its behaviour using web.config is not possible.
Higher IIS verisons such as 70 and 7.5 have tag that you can use in web.config.
Disclaimer:
I might wrote down wrong versions of IIS, but I am 100% certain that 6.0 cant be controlled via web.config.
Thank