Find Local Host Windows 8 Metro

Is it possible that Windows 8 Metro apps will bind to localhost (localhost / dir OR 127.0.0.1/dir) without running this command:

%windir%\system32\CheckNetIsolation.exe LoopbackExempt -a -n=[packageid]

      

Without executing the above application, the application refuses to contact localhost via http / wcf. From my research, I found that the script is currently the only one working? Any ideas?

+3


source to share


1 answer


I don't think your app will get certified and listed in the MS Store if you try to contact another app via localhost. As far as I know, all Metro apps should provide functionality independently of other software that may or may not be installed.

More details: http://social.msdn.microsoft.com/Forums/en/winappswithcsharp/thread/0268dbe3-4ea9-4889-bc26-583ff2760708



http://social.msdn.microsoft.com/Forums/en-US/winappswithnativecode/thread/0005b94f-8409-4804-88c5-e2f5fcce460a/

If this post via localhost is for testing purposes only, that's ok. But if you are planning to submit it to the Windows Store, you might want to consider your application.

+1


source







All Articles