I know you can call Windows Services from a Windows store app as described here, so I was wondering if it would be possible to install a custom one packaged with a Windows store app.
Thanks in advance.
|
I know you can call Windows Services from a Windows store app as described here, so I was wondering if it would be possible to install a custom one packaged with a Windows store app. Thanks in advance. |
|||
|
|
|
Did you mean a WCF (web) service vs. a Windows Service (the latter isn't addressed in the link you referenced). Regardless, your application will not pass certification if it requires a loopback connection to a service hosted on the same machine. You can set this up for testing, but note:
|
|||
|
|