I have created a Xbox app using UWP and side loaded it to Xbox but I cant access the local host but can access the server though. I checked and found a solution like disable network isolation but that's for app side loaded in PC. How can I do that in Xbox.please help
1
votes
2 Answers
0
votes
0
votes
Connect to your Xbox through PowerShell via IP with this command:
- net start WinRM
- Set-Item WSMan:\localhost\Client\TrustedHosts -Value "machine-name or IP Address"
- Enter-PSSession -ComputerName "machine-name or IP Address" -Credential "machine-name or IP Address or localhost"\Administrator
- checknetisolation loopbackexempt -a -n="Your App Package Family Name"
for getting App Package Family Name go to Package.appxmanifes file > Packaging tab > Package Family Name