Click here to Skip to main content
15,893,161 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

Views

Daily Counts

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