Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
ASP.NET Sample Application | Debugging the ASP.NET SampleApplication | Appendix A: For Additional Information | Appendix B: Runtime Debugger (CorDbg.exe)