jquery - How to implement automatic bug/crash report for ASP.NET web application? -


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!

ASP.NET 2.0 has introduced health monitoring, which gives you the web. Allows to do this by adding some things to the config. See:

This can enter mail, SQL, events etc. and allows you to set buffers. For example, if your SQL database drops or some users search for a bug and often tries to call each other: -)

You can also send unsuccessful authentication and apps. The logs can be restarted with this pool, it is very useful if you need to do it immediately, this is still the question if it is the best solution to manage all the errors. Because you do not need all the information, for example browser version or smt such as


Comments