Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

are there any gotchas for hosting a Silverlight app on a Linux server?

I'm building a new Silverlight app for a photography studio. I was about to say "you have to have a Windows-based server hosting it" and then I thought, wait is that right? Looks like it's not. So I could point him toward a Linux host.

I know you have to register the MIME types (from a different SO thread). Are there any other caveats or gotchas that I need to know about? Assume for a second that I know next to nothing about Linux.

Edit: what if the app needs to talk to a database (mySQL)? Seems like I'd need to have Moonlight to get that going, which isn't gonna fly.

like image 702
jcollum Avatar asked Dec 23 '22 13:12

jcollum


2 Answers

The only thing you have to do is ensure the web server delivers the correct MIME type for the .xap (which is application/x-silverlight-app). That's it.

like image 132
Tim Heuer Avatar answered Jan 05 '23 17:01

Tim Heuer


There is nothing blocking you to host a Silverlight app(Client Plug-in) in any webserver on any platform.

like image 24
Jobi Joy Avatar answered Jan 05 '23 17:01

Jobi Joy