Click here to Skip to main content
15,892,575 members
Articles / Web Development / IIS

Synchronize file date time on multiple IIS servers and fix ETag discrepency

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
17 May 2011CPOL 23K   4  
Files with different date time get different ETag generated by IIS. As a result, on a web server farm, each webserver sends different ETag for the same file as the files are copied to those servers at different date time. Here's a script that can set date time of same file across multiple servers to
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions