You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/app-service/troubleshoot-dotnet-visual-studio.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ ms.custom:
24
24
>
25
25
26
26
## Overview
27
-
This tutorial shows how to use Visual Studio tools to help debug an app in [App Service](./overview.md), by running in [debug mode](/visualstudio/debugger/) remotely or by viewing application logs and web server logs.
27
+
This tutorial shows how to use Visual Studio tools to help debug an app in [App Service](/azure/app-service/overview), by running in [debug mode](/visualstudio/debugger/) remotely or by viewing application logs and web server logs.
28
28
29
29
In this tutorial, you learn:
30
30
@@ -39,7 +39,7 @@ In this tutorial, you learn:
39
39
If you have Visual Studio Ultimate, you can also use [IntelliTrace](/visualstudio/debugger/intellitrace) for debugging. IntelliTrace is not covered in this tutorial.
40
40
41
41
## <aname="prerequisites"></a>Prerequisites
42
-
- This tutorial works with the development environment, web project, and App Service app that you set up in [Create an ASP.NET app in Azure App Service](./quickstart-dotnetcore.md?tabs=netframework48). For the WebJobs sections, you'll need the application that you create in [Get Started with the Azure WebJobs SDK][GetStartedWJ].
42
+
- This tutorial works with the development environment, web project, and App Service app that you set up in [Create an ASP.NET app in Azure App Service](/azure/app-service/quickstart-dotnetcore?tabs=netframework48). For the WebJobs sections, you'll need the application that you create in [Get Started with the Azure WebJobs SDK](https://github.com/Azure/azure-webjobs-sdk/wiki).
43
43
44
44
- The code samples shown in this tutorial are for a C# MVC web application, but the troubleshooting procedures are the same for Visual Basic and Web Forms applications.
45
45
@@ -59,9 +59,9 @@ Visual Studio provides access to a subset of the app management functions and co
59
59
>
60
60
>
61
61
62
-
For more information about connecting to Azure resources from Visual Studio, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
62
+
For more information about connecting to Azure resources from Visual Studio, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
63
63
2. In **Server Explorer**, expand **Azure** and expand **App Service**.
64
-
3. Expand the resource group that includes the app that you created in [Create an ASP.NET app in Azure App Service](./quickstart-dotnetcore.md?tabs=netframework48), and then right-click the app node and click **View Settings**.
64
+
3. Expand the resource group that includes the app that you created in [Create an ASP.NET app in Azure App Service](/azure/app-service/quickstart-dotnetcore?tabs=netframework48), and then right-click the app node and click **View Settings**.
65
65
66
66

67
67
@@ -71,7 +71,7 @@ Visual Studio provides access to a subset of the app management functions and co
71
71
72
72
In this tutorial, you'll use the logging and tracing drop-downs. You'll also use remote debugging but you'll use a different method to enable it.
73
73
74
-
For information about the App Settings and Connection Strings boxes in this window, see [Configure app settings](configure-common.md#configure-app-settings).
74
+
For information about the App Settings and Connection Strings boxes in this window, see [Configure app settings](/azure/app-service/configure-common#configure-app-settings).
75
75
76
76
If you want to perform an app management task that can't be done in this window, click **Open in Management Portal** to open a browser window to the Azure portal.
77
77
@@ -118,9 +118,9 @@ If the detailed error message doesn't provide enough information, and you can't
118
118
119
119
Remote debugging does not work in Express editions of Visual Studio.
120
120
121
-
This section shows how to debug remotely using the project you create in [Create an ASP.NET app in Azure App Service](./quickstart-dotnetcore.md?tabs=netframework48).
121
+
This section shows how to debug remotely using the project you create in [Create an ASP.NET app in Azure App Service](/azure/app-service/quickstart-dotnetcore?tabs=netframework48).
122
122
123
-
1. Open the web project that you created in [Create an ASP.NET app in Azure App Service](./quickstart-dotnetcore.md?tabs=netframework48).
123
+
1. Open the web project that you created in [Create an ASP.NET app in Azure App Service](/azure/app-service/quickstart-dotnetcore?tabs=netframework48).
124
124
125
125
1. Open *Controllers\HomeController.cs*.
126
126
@@ -139,7 +139,7 @@ This section shows how to debug remotely using the project you create in [Create
* [InvestigatingMemoryLeaksinAzureAppServicewithVisualStudio2013](https://devblogs.microsoft.com/devops/investigating-memory-leaks-in-azure-web-sites-with-visual-studio-2013/). Microsoft ALM blog post about Visual Studio features for analyzing managed memory issues.
632
632
* [AzureAppServiceonlinetoolsyoushouldknowabout](https://azure.microsoft.com/blog/windows-azure-websites-online-tools-you-should-know-about). Blog post by Amit Apple.
0 commit comments