I need to deploy a Silverlight 2.0 application to an Apache Server, but it’s under Linux.
Is this possible? I mean, Do I need .Net 3.5 installed in the server and a Web Site that can execute Asp.Net?
Thanks for you help…
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 the apache server is just serving up the silverlight application without any ASPX pages then you should be fine. Silverlight is a client side technology so it shouldn’t require .NET on the server (unless of course you are hosting the silverlight application on an ASPX page).
If you want to view the silverlight content from a client machine running linux then you will need to look into installing Moonlight as Sam pointed out.
EDIT: Tim Sneath has a blog post that explains what needs to be configured on the web server to be able to host silverlight content. In short you need configure the following MIME types: