Consider writing a program that parses the IIS logs. You could use a
regular expression to match lines that contain the file and use it to
locate the date.
(e-mail address removed) wrote in @o13g2000cwo.googlegroups.com:
Consider writing a program that parses the IIS logs. You could use a
regular expression to match lines that contain the file and use it to
locate the date.
This can be done via javascript.
At the top render
<script>
var starttime=getTime();
</script>
in the <body> use an onload event that does the records
onload="javascript:alert("elapsed="+(getTime()-starttime));"
Note that this gives you time in milliseconds.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.