Skip to content

Commit 0d99338

Browse files
authored
Merge pull request #2545 from Mikejo5000/mikejo-br12
Remote debugging updates
2 parents db9ee8f + 71a739b commit 0d99338

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

docs/debugger/includes/remote-debugger-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
|Version|Link|Notes|
1616
|-|-|-|
17-
|Visual Studio 2017 (latest version)|[Remote tools](https://visualstudio.microsoft.com/downloads/?q=remote+tools#remote-tools-for-visual-studio-2017)|The latest version of the remote tools is compatible with all Visual Studio 2017 releases. Always download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](../../debugger/remote-debugging.md#unblock_msvsmon) for help to download the remote tools.|
18-
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](../../debugger/remote-debugging.md#unblock_msvsmon) for help to download the remote tools.|
17+
|Visual Studio 2017 (latest version)|[Remote tools](https://visualstudio.microsoft.com/downloads/?q=remote+tools#remote-tools-for-visual-studio-2017)|The latest version of the remote tools is compatible with all Visual Studio 2017 releases. Always download the version matching your device operating system (x86, x64, or ARM64). On Windows Server, see [Unblock the file download](../../debugger/remote-debugging-unblock-file-download.md) for help to download the remote tools.|
18+
|Visual Studio 2015|[Remote tools](https://my.visualstudio.com/Downloads?q=remote%20tools%20visual%20studio%202015)|Remote tools for Visual Studio 2015 are available from My.VisualStudio.com. If prompted, join the free [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) program, or sign in with your Visual Studio subscription ID. On Windows Server, see [Unblock the file download](../../debugger/remote-debugging-unblock-file-download.md) for help to download the remote tools.|
1919
|Visual Studio 2013|[Remote tools](https://msdn.microsoft.com/library/bt727f1t(v=vs.120).aspx#BKMK_Installing_the_Remote_Tools)|Download page in Visual Studio 2013 documentation|
2020
|Visual Studio 2012|[Remote tools](https://msdn.microsoft.com/library/bt727f1t(v=vs.110).aspx#BKMK_Installing_the_Remote_Tools)|Download page in Visual Studio 2012 documentation|
2121

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: "Unblock the remote tools download"
3+
ms.custom: ""
4+
ms.date: "07/19/2018"
5+
ms.technology: "vs-ide-debug"
6+
ms.topic: "troubleshooting"
7+
helpviewer_keywords:
8+
- "remote debugging, unblock download"
9+
author: "mikejo5000"
10+
ms.author: "mikejo"
11+
manager: douge
12+
ms.workload:
13+
- "multiple"
14+
---
15+
# How to: Unblock the download of the remote tools on Windows Server
16+
17+
The default security settings in Internet Explorer on Windows Server can make it time-consuming to download components such as the remote tools.
18+
19+
* Enhanced Security Configuration is enabled on Internet Explorer, which prevents you from opening websites and accessing web resources unless the domain containing the resource is explicitly allowed (that is, trusted). Although you can disable this setting, we do not recommend it because it can present a security risk.
20+
21+
* On Windows Server 2016, a default setting in **Internet Options** > **Security** > **Internet** > **Custom Level** > **Downloads** also disables file downloads. If you choose to download the remote tools directly on Windows Server, you must enable file download.
22+
23+
To download the tools on Windows Server, we recommend one of the following:
24+
25+
* Download the remote tools on a different computer such as the one running Visual Studio, and then copy the *.exe* file to Windows Server.
26+
27+
* Run the remote debugger [from a file share](../debugger/remote-debugging.md#fileshare_msvsmon) on your Visual Studio machine.
28+
29+
* Download the remote tools directly on Windows Server and accept the prompts to add trusted sites. Modern websites often include many third-party resources, so this can result in numerous prompts. In addition, any redirected links may need to be added manually. You can choose to add some of the trusted sites before beginning the download. Go to **Internet Options > Security > Trusted Sites > Sites** and add the following sites.
30+
31+
* visualstudio.microsoft.com
32+
* download.visualstudio.microsoft.com
33+
* about:blank
34+
35+
For older versions of the debugger on my.visualstudio.com, add these additional sites to make sure that login is successful:
36+
37+
* microsoft.com
38+
* go.microsoft.com
39+
* download.microsoft.com
40+
* my.visualstudio.com
41+
* login.microsoftonline.com
42+
* login.live.com
43+
* secure.aadcdn.microsoftonline-p.com
44+
* msft.sts.microsoft.com
45+
* auth.gfx.ms
46+
* app.vssps.visualstudio.com
47+
* vlscppe.microsoft.com
48+
* query.prod.cms.rt.microsoft.com
49+
50+
If you choose to add these domains while downloading the remote tools, then choose **Add** when prompted.
51+
52+
![Blocked content dialog box](../debugger/media/remotedbg-blocked-content.png)
53+
54+
When you download the software, you get some additional requests to grant permission to load various web site scripts and resources. On my.visualstudio.com, we recommend that you add the additional domains to make sure that login is successful.

docs/debugger/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@
236236
href: remote-debugger-port-assignments.md
237237
- name: Configure the Windows Firewall for remote debugging
238238
href: configure-the-windows-firewall-for-remote-debugging.md
239+
- name: Unblock the download on Windows Server
240+
href: remote-debugging-unblock-file-download.md
239241
- name: Remote debugging errors and troubleshooting
240242
href: remote-debugging-errors-and-troubleshooting.md
241243
items:

0 commit comments

Comments
 (0)