0

I have a strange issue where I need to see why my application pool is crashing due to a permissions issue and no logs are helpful. Is there any way to log every file access attempt on a system and sort it by the user/system account that tried to access it, especially if it fails in accessing the desired file? Even if there are third party applications for this, it would be very helpful.

Alexandru
  • 12,264
  • 17
  • 113
  • 208

1 Answers1

1

Process Monitor by Sysinternals/Microsoft will show that and a lot of other activities.

Alexei Levenkov
  • 98,904
  • 14
  • 127
  • 179