How to programatically record the start and end of an MVC FileResult for logging of incomplete downl
- by Richard
Hi,
I have been investigating how My ASP.NET MVC application can log unsuccessful / incomplete downloads. I have a controller handling the file requests which currently returns a FileResult. What I need to record is the IPAddress, filename and when the download started, then the same data and when it completed. I have looked at intercepting the…