Everyone probably notice that today most of the modern applications have user crash / bug reports automatically or with user permission There is a way to send Some examples are Mozilla Crash Reporter or most of the Microsoft applications
I really like this feature because this allows me to report bugs with useful information, just to show the bug / issue to my user Traditionally such as submit a support ticket.
I am surprised that ASP.NET web application has an easy or systematic way to implement that capability.
Do you have any experience or knowledge to share with both the webform and the MVC application? Or if it can be implemented in the client-side like Javascript / jquin, it would be nice.
Thank you!
Comments
Post a Comment