Search code examples
c#silverlightwebserver.net-micro-framework

Serving Silverlight apps from the webserver


I am building my own web server and want to serve from it a Silverlight application. Is there anything else I have to do besides setting the mime type and pushing the application through the wire?

It probably makes no difference, but the web-server is in C# (the micro-edition).


Solution

  • No, silverlight is all run on the client, so unless you want to do some webservices or whatever, you needn't do anything other than set the mime-type.

    It is really just like a separate file that you serve to the client, just like any image, script or css file.