The application declares Private Network capability in the appxmanifest. When debugging/deploying from VS 2012, local network access (a websocket server on 127.0.0.1) is okay. But when deploy using Add-AppDevPackage.ps1, the application seems loose the capability
to access local network (the same websocket server).
Is there any event/log can help me debug the problem? Why the app is blocked from accessing local services?