I plan to make a webservice that will connect to my sql server database and then the silverlight datagrid control can interact with my web service. But the problem now is my app is PHP and is hosted on apache. Where will I host my web service - IIS. Can I have apache and iis on the same machine. -----Original Message----- From: Jarrett Meyer [mailto:jarrettmeyer@xxxxxxxxx] Sent: Wednesday, November 18, 2009 11:47 AM To: php-windows@xxxxxxxxxxxxx Subject: Re: php and silverlight Depending on the complexity of the data being served, I recommend writing a POX endpoint in your web page and using WebRequest/WebResponse methods to manually grab your data. Always been faster for me than screwing around with WCF. Then you can display the Silverlight xap as an embedded object. -- Jarrett Meyer Email: jarrettmeyer@xxxxxxxxx Web: JarrettMeyer.com On Wed, Nov 18, 2009 at 11:35 AM, Harpreet <harpreet@xxxxxxxxxxxxxxx> wrote: > I am trying to embed a silverlgiht project into php and like to use some > sql server data to display in the silverlight project. What is the best > way to go. Thanks > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php