I am looking to improve the error logging of a web application using C# WebForms. I want to save a screenshot of what the page looked like just before the error was thrown (including what users had in the input fields). Everything I have found was just getting a copy of the page without the user input.
Thanks