Here's a rather strange question, but I do have a practical reason for this:
What I'm wondering is if it's possible to alter the information written to the Win2K server raw logs on the fly by changing header information using ASP (for example, altering the URL being accessed to include a query string).
For example, if I had a line in my log containing:
Code:
2005-04-15 22:28:15 1.2.3.4 - 5.6.7.8 80 GET /products.asp - 200 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
Is there a way to modify the products.asp portion to include a querystring, for example?
I know this could be done using FSO, but I didn't know if there were another way.