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: docs/debugger/unable-to-connect-to-the-microsoft-visual-studio-remote-debugging-monitor.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ The `Unable to Connect to the Microsoft Visual Studio Remote Debugging Monitor`
28
28
29
29
-[The debugger cannot connect to the remote computer. The debugger was unable to resolve the specified computer name](#cannot_connect)
30
30
-[Connection request was rejected by the remote debugger](#rejected)
31
+
-[Connection with the remote endpoint was terminated](#connection_terminated)
31
32
-[Invalid access to memory location](#invalid_access)
32
33
-[There is no server by the specified name running on the remote computer](#no_server)
33
34
-[The requested name was valid, but no data of the requested type was found](#valid_name)
@@ -61,17 +62,19 @@ In the **Attach to Process** dialog box or in the project properties, make sure
61
62
62
63
If these values are correct and the message mentions **Windows Authentication** mode, check that the remote debugger is in the correct authentication mode (**Tools > Options**).
63
64
64
-
## <aname="connection_terminated"></a> The connection with the remote endpoint was terminated
65
+
## <aname="connection_terminated"></a> Connection with the remote endpoint was terminated
65
66
66
67
If you are debugging an Azure App Service app, try using the [Attach Debugger](../debugger/remote-debugging-azure.md#remote_debug_azure_app_service) command from Cloud Explorer or Server Explorer instead of **Attach to Process**.
67
68
68
69
If you are using **Attach to Process** to debug:
69
70
70
-
1. In the **Attach to Process** dialog box or in the project properties, make sure that the remote computer name and the port number matches the name and port number shown in the remote debugger window. If incorrect, fix and try again.
71
+
- In the **Attach to Process** dialog box or in the project properties, make sure that the remote computer name and the port number matches the name and port number shown in the remote debugger window. If incorrect, fix and try again.
71
72
72
-
2. Check the application log on the server (Event Viewer on Windows) for more detailed information to help resolve the issue.
73
+
- If you are trying to connect using a host name, try an IP address instead.
73
74
74
-
3. Otherwise, try restarting Visual Studio with Administrator privileges, and then try again.
75
+
- Check the application log on the server (Event Viewer on Windows) for more detailed information to help resolve the issue.
76
+
77
+
- Otherwise, try restarting Visual Studio with Administrator privileges, and then try again.
75
78
76
79
## <aname="invalid_access"></a> Invalid access to memory location
0 commit comments