How iis 7 generates etags

which method / algorithm does iis 7 use to create etags. I'm looking for the exact one, not "well they use date checksum"

This leaves a lot of questions. What algorithm is for the checksum whose date is the date format (short, utc, 'mm-dd-yyyy ttad', 'MMDDDYYY', etc.)

Thanks in advance. I looked through the network and can not find the answer.

+7
iis iis-7 etag
source share
1 answer

IIS Created ETag Two-Part

Filetimestamp: ChangeNumber

according to

http://support.microsoft.com/kb/922703/

As you noticed, the algorithm is not publicly available. But why are you interested in this? If you do not create an IIS clone.

+5
source share

All Articles