vote up 0 vote down star

I am not sure whether there is any company that hosts silverlight apps for free, at least for the basic package usage.

Edit: I am aware that one just needs to include the Silverlight control in HTML, but first, not all hosting companies host .Net applications, and even less of them are hosting .Net 3.5, which Silverlights 3.0 is based. The percentage of companies that host this for free if you are in the range of minimum usage, is even less.

Any ideas?

flag

49% accept rate
Hosting a Silverlight application on your web site does NOT require the host to run the .NET Framework. It doesn't even require a Windows server - you can also host Silverlight applications on Linux/Unix/etc. webservers. See the comments on my reply below. – Thorsten Dittmar Aug 19 at 7:58
Have you tried with a free hosting provider? If it works, I'd appreciate it if you marked my answer as accepted answer... – Thorsten Dittmar Aug 20 at 14:33

1 Answer

vote up 3 vote down check

I may be mistaken, but don't you just embed the silverlight control in HTML and the rest is done by the client? In that case, any hosting company that offers free web space may work.

link|flag
You are correct. – silky Aug 19 at 7:04
Yes, but certainly not all hosting companies host .Net applications, and even less of them are hosting .Net 3.5, which Silverlights 3.0 is based. The percentage of companies that host this for free if you are in the range of minimum usage, is even less. – Ngu Soon Hui Aug 19 at 7:29
You do not need to have any .net on the host -- it's all in the client plug-in and the silverlight applet's .xap file. stevegilham.com/silverlight/astroclock.fs.html/… is a Silverlight applet served from a Linux box without even Mono installed. – Steve Gilham Aug 19 at 7:33
Yes, it's just like flash, you don't need .net 3.5 to host the silverlight control but you want want .net 3.5 to host the WCF services for data access. – Paully Aug 20 at 17:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.