| We are using httrack to translate to html a website from a cms system running
in IIS. It works great, but every time we run it, all aspx (html) content
files are reported as being updated in new.txt. The static files such as
images, css, are only updated when needed. The response headers show that the
static files have an Etag. However, the dynamic content files which are being
pulled from a database and rendered as aspx don't. My question: Is it possible
to configure the server to give the response that httrack needs to understand
whether the dynamic content is updated? Is there another solution? Or is it
just not possible to determine whether dynamic content has been updated or
not? | |