From 4cd808141d61331060e0ce20e1aa149e73b7fe14 Mon Sep 17 00:00:00 2001 From: poornagmsft <62666514+poornagmsft@users.noreply.github.com> Date: Wed, 31 Mar 2021 15:26:13 -0700 Subject: [PATCH] Add additional troubleshooting link for loopback and UWA Clarified that when developer changes the capability, they should uninstall and re install the app to ensure the rules are correctly added. Also, added an additional link to "How to enable loopback and troubleshoot network isolation (Windows Runtime apps)." https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh780593(v=win.10)#debug-network-isolation-issues --- .../windows-firewall/troubleshooting-uwp-firewall.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/security/threat-protection/windows-firewall/troubleshooting-uwp-firewall.md b/windows/security/threat-protection/windows-firewall/troubleshooting-uwp-firewall.md index d9aa8838c5..8d370a3c04 100644 --- a/windows/security/threat-protection/windows-firewall/troubleshooting-uwp-firewall.md +++ b/windows/security/threat-protection/windows-firewall/troubleshooting-uwp-firewall.md @@ -72,6 +72,10 @@ For more information about loopback scenarios, see [Communicating with localhost (loopback)](/windows/iot-core/develop-your-app/loopback). +Note: If you are in the middle of developing a UWA application and want to test its loopback, ensure to uninstall and re-install the UWA app if the network capabilties change for whatever reason. + +Also, see [How to enable loopback and troubleshoot network isolation (Windows Runtime apps)](https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh780593(v=win.10)#debug-network-isolation-issues). + ## Debugging Live Drops If the issue happened recently, but you find you are not able to reproduce the issue, go to Debugging Past Drops for the appropriate trace commands. @@ -1327,4 +1331,4 @@ The filter stated above with action permit: ``` The capabilities field in a netEvent was added to the traces in the Windows 10 -May 2019 Update. \ No newline at end of file +May 2019 Update.