Skip to content

Commit 0c7c3fb

Browse files
committed
Merge branch 'master' of https://github.com/microsoftdocs/visualstudio-docs-pr into debugger1
2 parents eebb20b + 70c676f commit 0c7c3fb

File tree

78 files changed

+529
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+529
-528
lines changed

.openpublishing.redirection.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1817,12 +1817,22 @@
18171817
},
18181818
{
18191819
"source_path": "docs/python/debugging-azure-remote.md",
1820-
"redirect_url": "/visualstudio/python/debugging-remote-python-code-on-azure",
1820+
"redirect_url": "/visualstudio/python/publishing-python-web-applications-to-azure-from-visual-studio",
18211821
"redirect_document_id": false
18221822
},
18231823
{
18241824
"source_path": "docs/python/debugging-azure-remote-troubleshooting.md",
1825-
"redirect_url": "/visualstudio/python/debugging-remote-python-code-on-azure-troubleshooting",
1825+
"redirect_url": "/visualstudio/python/publishing-python-web-applications-to-azure-from-visual-studio",
1826+
"redirect_document_id": false
1827+
},
1828+
{
1829+
"source_path": "docs/python/debugging-remote-python-code-on-azure.md",
1830+
"redirect_url": "/visualstudio/python/publishing-python-web-applications-to-azure-from-visual-studio",
1831+
"redirect_document_id": false
1832+
},
1833+
{
1834+
"source_path": "docs/python/debugging-remote-python-code-on-azure-troubleshooting.md",
1835+
"redirect_url": "/visualstudio/python/publishing-python-web-applications-to-azure-from-visual-studio",
18261836
"redirect_document_id": false
18271837
},
18281838
{
@@ -1895,6 +1905,11 @@
18951905
"redirect_url": "/visualstudio/python/python-interactive-repl-in-visual-studio",
18961906
"redirect_document_id": false
18971907
},
1908+
{
1909+
"source_path": "docs/python/managing-python-on-azure-app-service.md.md",
1910+
"redirect_url": "/visualstudio/python/configure-web-apps-for-iis-windows",
1911+
"redirect_document_id": false
1912+
},
18981913
{
18991914
"source_path": "docs/python/options.md",
19001915
"redirect_url": "/visualstudio/python/python-support-options-and-settings-in-visual-studio",

docs/cross-platform/system-requirements-for-the-visual-studio-emulator-for-android.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ Visual Studio Emulator for Android runs as a virtual machine on Hyper-V, the vir
121121
When you run the emulator, if you are not already a member of the Hyper-V Administrators group, you are prompted to join the group (the dialog box refers to the Windows Phone emulator). Joining the group requires administrator rights.
122122

123123
> [!IMPORTANT]
124-
> After you join the group, log off or reboot to make the change take effect.
124+
> After you join the group, log off or reboot to make the change take effect.
125125
126126
![Joining the Hyper-V Administrators security group](../cross-platform/media/android_emu_hyperv_admin.png "Android_Emu_HyperV_Admin")
127127

128-
To add yourself to a group manually, open the Local Users and Groups snap-in. For more information, see [Add a user account to a group](http://windows.microsoft.com/en-us/windows/add-user-account-to-group#1TC=windows-7). (This Windows 7 topic is also applicable to Windows 8.)
128+
To add yourself to a group manually, open the Local Users and Groups snap-in.
129129

130130
## <a name="BootableVHD"></a> Running the emulator from a bootable VHD is not supported
131131
If you try to run an app on the Visual Studio Emulator for Android while you are running Windows from a bootable VHD, the emulator typically takes several minutes to start or fails to start. When the emulator fails to start, you see the following message: App deployment failed. Please try again.
@@ -149,4 +149,4 @@ Visual Studio Emulator for Android runs as a virtual machine on Hyper-V, the vir
149149
In order for the emulator to emulate calls to the GPU, such as those used by OpenGL ES, your machine must have a DirectX compatible GPU with appropriate DirectX drivers installed.
150150

151151
## See also
152-
[Troubleshoot the Visual Studio Emulator for Android](../cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md)
152+
[Troubleshoot the Visual Studio Emulator for Android](../cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md)

docs/cross-platform/troubleshooting-the-visual-studio-emulator-for-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This topic contains information to help you resolve issues that you may experien
128128

129129
![Android&#95;Emu&#95;V&#95;Switch&#95;Man](../cross-platform/media/android_emu_v_switch_man.png "Android_Emu_V_Switch_Man")
130130

131-
If the setup is incorrect and you are using Windows 10, you might try to [Reinstall network devices using netcfg -d command](http://windows.microsoft.com/en-us/windows-10/fix-network-connection-issues) (section 6).
131+
If the setup is incorrect and you are using Windows 10, you might try to [Reinstall network devices using netcfg -d command](http://windows.microsoft.com/windows-10/fix-network-connection-issues) (section 6).
132132

133133
- If these steps do not resolve the issue, see [Emulator fails to start (first use)](#NoStart) for information on 3rd party software that may be interfering with the emulator.
134134

docs/debugger/error-remote-debugging-monitor-msvsmon-exe-does-not-appear-to-be-running.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ This error message means that Visual Studio could not find the correct instance
3232
The following sections list some other reasons why you might have gotten this message, and what you can do to fix the issue.
3333

3434
## The remote machine is not reachable
35-
Try to [ping](https://technet.microsoft.com/en-us/library/ee624059\(v=ws.10\).aspx) the remote machine. If it doesn't reply to the ping, the remote tools won't be able to connect either. Try rebooting the remote machine and otherwise making sure that it is correctly configured on the network.
35+
Try to [ping](/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/ee624059(v=ws.10)) the remote machine. If it doesn't reply to the ping, the remote tools won't be able to connect either. Try rebooting the remote machine and otherwise making sure that it is correctly configured on the network.
3636

3737
## The version of the remote debugger doesn't match the version of Visual Studio
3838
The version of Visual Studio that you are running locally needs to match the version of the remote debugging monitor that is running on the remote machine. To fix this, download and install the matching version of the remote debugging monitor. Go to the [Download Center](http://www.microsoft.com/en-us/download) to find the right version of the remote debugger.
3939

4040
## The local and remote machines have different authentication modes
41-
The local and remote machines need to use the same authentication mode. To fix this, make sure that both machines are using the same authentication mode. For more information about authentication modes, see [Windows Authentication Overview](https://technet.microsoft.com/en-us/library/hh831472.aspx).
41+
The local and remote machines need to use the same authentication mode. To fix this, make sure that both machines are using the same authentication mode. For more information about authentication modes, see [Windows Authentication Overview](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh831472(v=ws.11)).
4242

4343
## The remote debugger is running under a different user account
4444
You can solve this in one of the following ways:
@@ -69,4 +69,4 @@ This error message means that Visual Studio could not find the correct instance
6969
res://*\<Visual Studio installation directory>*\Common7\IDE\Remote%20Debugger\x64\msvsmon.exe/help.htm
7070

7171
## See Also
72-
[Remote Debugging Errors and Troubleshooting](../debugger/remote-debugging-errors-and-troubleshooting.md)
72+
[Remote Debugging Errors and Troubleshooting](../debugger/remote-debugging-errors-and-troubleshooting.md)

docs/debugger/error-the-web-server-could-not-find-the-requested-resource.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ ms.workload:
1919
---
2020
# Error: The Web Server Could Not Find the Requested Resource
2121
Due to security considerations, IIS has returned a generic error.
22-
23-
One possible cause is the security configuration of the server. IIS 6.0 and earlier versions used an add-on program, known as URLScan, to filter out suspicious and malformed requests. IIS 7.0 has built-in Request Filtering for the same purpose. In both cases, overly restrictive request filtering can prevent Visual Studio from debugging the server.
24-
25-
There are numerous possible causes of this error. A few of the most common causes include a problem with the IIS installation or configuration, the web site configuration, or permissions in the file system. You can try accessing the resource with a browser. Depending on how IIS is configured you might have to use a local browser on the server or inspect the IIS error log to get a detailed error message.
22+
23+
One possible cause is the security configuration of the server. IIS 6.0 and earlier versions used an add-on program, known as URLScan, to filter out suspicious and malformed requests. IIS 7.0 has built-in Request Filtering for the same purpose. In both cases, overly restrictive request filtering can prevent Visual Studio from debugging the server.
24+
25+
Another possible cause of this error is that the W3SVC service for IIS is not started. Check that this service is started (grayed out) in the Services window (*services.msc*).
26+
27+
There are numerous additional possible causes of this error. A few of the most common causes include a problem with the IIS installation or configuration, the web site configuration, or permissions in the file system. You can try accessing the resource with a browser. Depending on how IIS is configured, you might have to use a local browser on the server or inspect the IIS error log to get a detailed error message.
2628

2729
For more information on troubleshooting IIS, see [IIS Management and Administration](/iis/manage/provisioning-and-managing-iis/iis-management-and-administration).
2830

docs/debugger/getting-started-with-the-debugger.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article introduces the features of the Visual Studio debugger in a step-by-
2525
|---------|---------|
2626
| ![movie camera icon for video](../install/media/video-icon.png "Watch a video") | [Watch a video](https://mva.microsoft.com/en-US/training-courses-embed/getting-started-with-visual-studio-2017-17798/Debugger-Feature-tour-of-Visual-studio-2017-sqwiwLD6D_1111787171) on debugging that shows similar steps. |
2727

28-
Although the demo app is C# and C++, the features are applicable to Visual Basic, JavaScript, and other languages supported by Visual Studio (except where noted). The screenshots are in C#. To switch between the C# and C++ sample code in this article, use the language filter in the upper right of this page.
28+
Although the demo app is C# and C++, the features are applicable to Visual Basic, JavaScript, and other languages supported by Visual Studio (except where noted). The screenshots are in C#.
2929

3030
In this tutorial, you will:
3131

@@ -55,6 +55,9 @@ In this tutorial, you will:
5555

5656
Visual Studio creates the project.
5757

58+
> [!NOTE]
59+
> To switch between the C# and C++ sample code in this article, use the language filter in the upper right of this page.
60+
5861
4. In *Program.cs* (C#) or *get-started-debugging.cpp* (C++), replace the following code
5962

6063
```csharp

0 commit comments

Comments
 (0)