Skip to content

Commit 24c8e1b

Browse files
committed
Fix typo
IPSec -> IPsec
1 parent 5379086 commit 24c8e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/configure-the-windows-firewall-for-remote-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ If you select **Use Managed Compatibility Mode** under **Tools** > **Options** >
9494

9595
::: moniker-end
9696

97-
If your domain policy requires network communication to be performed through Internet Protocol Security (IPSec), you must open additional ports on both the Visual Studio and remote computers. To debug on a remote Internet Information Services (IIS) web server, open port 80 on the remote computer.
97+
If your domain policy requires network communication to be performed through Internet Protocol Security (IPsec), you must open additional ports on both the Visual Studio and remote computers. To debug on a remote Internet Information Services (IIS) web server, open port 80 on the remote computer.
9898

9999
|**Ports**|**Incoming/Outgoing**|**Protocol**|**Description**|
100100
|-|-|-|-|
101-
|500, 4500|Outgoing|UDP|Required if your domain policy requires network communication to be performed through IPSec.|
101+
|500, 4500|Outgoing|UDP|Required if your domain policy requires network communication to be performed through IPsec.|
102102
|80|Outgoing|TCP|Required for web server debugging.|
103103

104104
To allow specific apps through the Windows Firewall, see [Configure remote debugging through Windows Firewall](#allow-the-remote-debugger-through-windows-firewall).

0 commit comments

Comments
 (0)