How can I turn on logging for hits on XML files that are requested by literals on .aspx pages?
Asked
Active
Viewed 104 times
0
-
Can you explain what you mean by "requested by literals"? I'm assuming this means you are generating the XML file to download on the fly, but not sure. – MattB Aug 06 '09 at 16:17
1 Answers
1
Yeah, that is a very confusing question. I guess, if you had to do it, you could enable "audit logging" using the NTFS tools on your windows server for those XML files.. assuming the aspx script loads them directly.. if they are loaded remotely.. dunno. If they are loaded from the page, then the requests should appear in your IIS service logs.

Grizly
- 2,063
- 15
- 21