Debugging ASP.NET Web Applications

It is also possible to debug Web-based applications using the .NET Framework SDK. In fact, not only can you debug precompiled components such as business objects, you can also debug ASP.NET pages containing HTML and procedural code, and you can debug code called from ASP.NET pages that is contained in external (or code-behind) files. One major caveat exists — to debug compiled components, you must first compile them with symbolic information.

See Also

ASP.NET Sample Application | Debugging the ASP.NET SampleApplication | Appendix A: For Additional Information | Appendix B: Runtime Debugger (CorDbg.exe)