As I read all over the internet: Microsoft blocks the option to listen and receive traffic on localhost (127.0.0.1) for any port. I want for developing purposes to test my 2 server/client apps locally. I followed the instructions here:
But it doesn't work. When I use the Debug
option I get this:
Network Capabilities Status
---------------------------------------------------------------------
InternetClient Not Used and Insecure
InternetClientServer Not Used and Insecure
PrivateNetworkClientServer Not Used and Insecure
Detailed Traffic Report
---------------------------------------------------------------------
InternetClient Not Used and Insecure
------------------------------------------------------------------
InternetClientServer Not Used and Insecure
------------------------------------------------------------------
PrivateNetworkClientServer Not Used and Insecure
------------------------------------------------------------------
Any idea why it doesn't work?