Debugging and Tracing in ASP.NET AJAX
Sometimes while you're developing an application you need to track potential errors that can creep in post-deployment. Debugging and tracing are two features that come in handy for tracking such errors. In the case of ASP.NET AJAX applications, debugging is a challenge because these applications contain a mix of server-side and client-side code. The client-side code can contain scripts, styles, HTML markups, etc.
However, you can overcome these obstacles and continue to debug and trace your ASP.NET AJAX applications much the same way you debug and trace an ASP.NET application. The Sys.Debug class in the Sys namespace contains a list of methods that you can use to debug your ASP.NET AJAX application, handle trace output, and display the trace messages.
In his WebReference article, Joydip Kanjilal explains these built-in debugging and tracing features and how you can work with them in your ASP.NET Ajax applications.
Read the full story at WebReference:
Debugging and Tracing in ASP.NET Ajax
About the Author
More for Developers
Top Authors
- Voted: 13 times.
- Voted: 11 times.
- Voted: 11 times.
- Voted: 8 times.
- Voted: 8 times.
- Paul Kimmel 214 articles
- Zafir Anjum 120 articles
- 15Seconds.com 99 articles
- Tom Archer - MSFT 83 articles
- Jeffrey Juday 82 articles


All