Auxiliary Tools frequently used for ASP. NET program debugging

Source: Internet
Author: User

When debugging ASP. NET, we often need some external tools to help us. As the saying goes, to do good deeds, you must first sharpen your tools. Don't underestimate these tools. They are essential tools for you to solve complex problems. Common examples include:

HTTP packet capture tool:Microsoft Network Monitor, fiddler2, and httpwatcher are mainly used to view HTTP message headers and bodies.

CodeViewer:Reflector, use decompilation to view the code in the Assembly. With this tool, we can easily see how some functions of. NET Framework are implemented.

File Monitor:Process Monitor, which can be used to monitor which files of the system are being modified, and what changes are made to the registry. It is very powerful.

Database tools:SQL Sever profiler can be used to view the scripts being executed by SQL Server. ForProgramDebugging, It is very practical.
 

There are actually many useful tools, but if you are familiar with these tools, most of the problems can be easily solved. Next, we will introduce some practical methods for debugging ASP. NET programs in IIS 7.

Have a nice day!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.