User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

    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

    Keywords: ASP.NET, ASP.NET AJAX, MICROSOFT PROGRAMMING, ASP.NET TUTORIAL, ASP.NET DEVELOPER,

    About the Author

    Microsoft Most Valuable Professional, Author and Speaker. Featured in "MSDN Featured Developer of the Fortnight (India)" a number of times. Winner of Community Credit Awards at www.community-credit.com several times. Authored numerous books and articles in Microsoft .NET and its related technologies. Authored the following books:-- ASP.NET 4.0 Programming (Mc-Graw Hill Publishing) Entity Framework Tutorial (Packt Publishing) Pro Sync Framework (APRESS) Sams Teach Yourself ASP.NET Ajax in 24 Hours (Sams Publishing) ASP.NET Data Presentation Controls Essentials (Packt Publishing)


    IT Offers


    Top Authors