vote up 0 vote down star

I am ramping up a Silverlight application and would like to be able to use a free hosting account to test that it will run properly in a deployed environment.

I was wondering if anyone knows some free hosting services for Silverlight 3.0 applications?

flag

What content are you displaying? Video/Audio that requires streaming, data that requires backend ASP.NET support or pretty much standalone content like a game? – AnthonyWJones Oct 13 at 8:37

4 Answers

vote up 5 vote down check

Silverlight is delivered via HTML, so any free hosting provider would work. If you need WCF services, that's one's a bit trickier, but any service that offers "ASP.NET hosting" should work for WCF, too.

link|flag
Thanks Robert, what about using a WCF service with netTcpBinding? Will this still work? – Russell Oct 13 at 1:15
+1, Robert answered correctly - the WCF requirement changes the question substantially I believe – Jeff Wilcox Oct 13 at 8:19
1  
@Russell - just as an aside, as of version 3, Silverlight currently doesn't support netTcpBinding, only BasicHttpBinding. – Timothy Lee Russell Oct 13 at 15:23
1  
@Russell - I doubt any free hosts will let you run an arbitrary service on an arbitrary port ;-P ... If you're worried about throughput, turn on gzip on WCF. – Robert Fraser Oct 14 at 9:08
Thanks guys much appreciated. Good idea, Robert wrt. gziping data (as prelim test) on WCF. – Russell Oct 15 at 2:12
vote up 0 vote down

I don't know about free, but http://www.winhost.com is the cheapest I've seen at $5/month. Includes 1000MB web and 100MB SQL 2008.

This is not spam... I don't work there :)

link|flag
vote up 0 vote down

You can upload a Silverlight application .xap to MySpace as an application. See the MySpace Silverlight Kit for more details.

CrystalTech also has a $7.95/month ASP.Net account that I use for hosting Silverlight demos.

link|flag
vote up 0 vote down

http://silverlight.live.com/

Free Silverlight hosting with 10 gb storage.

link|flag

Your Answer

Get an OpenID
or

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