Skip to main content
Home Forums General Silverlight Hosting and Streaming How to deploy database service application on windows live streaming
2 replies. Latest Post by punitkaur on July 16, 2008.
(0)
punitkaur
Member
0 points
2 Posts
07-01-2008 2:48 PM |
Hi,
Could somebody guide me on how to deploy a silverlight database application that ustilizes a database service. Can we host the service on the windows live streaming server itself or do i have to run the service on a third party hosting server and call the webservice from my silver light app on the windows live streaming server.?
Basically I want the ability to populate data from database into the silverlight controls.. since I've just started learning, I would prefer a free web service hosting solution...
Can someone help me out on how to go about developing such an app? I am a beginner in silverlight and any help will be greatly appreciated..
Thank you
Yi-Lun L...
All-Star
25052 points
2,747 Posts
07-03-2008 3:42 AM |
Hello, Silverlight Streaming Service is only for Silverlight applications. That is, you can't deploy web services and database. You can't even deploy html pages. You need to find another host for deploying web services and database, and make sure the hosting site supports cross domain. Then your Silverlight applications deployed on Silverlight Streaming Service can call the web services.
07-16-2008 2:38 PM |
So, does the web service also need to be deployed on a silverlight platform or a normal asp.net hosting server.I am new to all this.. pls pardon me if these questions appear naive:)
Could you suggest hosting sites for web services that support cross domain and can be called by silverlight app?
Thanks