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.
Asked
Active
Viewed 39 times
0
-
3Did you already try [Process Monitor](http://technet.microsoft.com/en-us/sysinternals/bb896645)? – Daniel Calliess Nov 07 '12 at 21:03
1 Answers
1
Process Monitor by Sysinternals/Microsoft will show that and a lot of other activities.

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