I have a PHP website that I want to integrate with silverlight to provided rich experience. How can i do this? Is it necessary to host the website on IIS if we want Silverlight integration. Do you have any ways I might be able to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If by integrate you mean get data made available via PHP, then you could use PHP to output XML which could be read by Silverlight. You could alternatively use JSON if Silverlight supports it (or if there is a parser available).