C#C
C#3y ago
RDasher

❔ IIS Express Modifying DLLs

Basically, we have a website that is hosted on IIS, and what happens is that during application startup, we record the last modified date of the DLL files and save that as our last "Update date"
And then proceed to display that as the update date to all users

Issue came, when for some reason IIS express started modifying the DLLs at in early morning hours

This whole process is getting scrapped and replaced cause it's awful and shouldn't have been implemented in the first place, but I'm curious, why does IIS express modify the DLLs?
Was this page helpful?