Accessing WCF Service via Windows Phone

I am developing a Windows Phone application and from this application I am accessing a SQL Azure database using a Silverlight-enabled WCF service. This works great on Windows Phone emulator. My question is, what happens when I deploy my application and try to access the WCF service? To test what I've done on a real Windows Phone, I need to host a site (which includes a WCF service).

+3


source to share


1 answer


If they are currently hosted on your local machine, you can access them by connecting your Windows Phone (must be unlocked by the developer) and test your application through Visual Studio



However, if you mean deploying to MarketPlace, then yes, you will need to have these services so that they can be used by other phones not connected to your local machine.

+4


source







All Articles