title | description | ms.date | ms.topic | helpviewer_keywords | author | ms.author | manager | ms.subservice | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Debugging Web Applications | Find links to help you debug different types of web applications, such as ASP.NET apps, JavaScript and TypeScript apps, or AJAX script apps. | 11/05/2019 | conceptual |
| mikejo5000 | mikejo | mijacobs | debug-diagnostics |
This article provides links to help you debug different types of web applications.
Debug ASP.NET applications
For steps that are required to enable debugging of ASP.NET applications, see Debug ASP.NET applications.
Debug client-side script in ASP.NET
For required steps, see the blog post Debug JavaScript in Microsoft Edge and this post for Google Chrome.
Debug JavaScript and TypeScript
View script documents
You can see lists of server-side and client-side script documents in the Solution Explorer to view. You can open any script document from Solution Explorer. For more information, see How to: View Script Documents.
Debugging AJAX Script Applications
AJAX-enabled Web applications make heavy use of script code and pose special debugging challenges. For information about AJAX debugging techniques, see Debugging and Tracing Ajax Applications Overview.