How can I turn on logging for hits on XML files that are requested by literals on .aspx pages?

link|improve this question
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 6 '09 at 16:17
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown