Serving Silverlight Applications from a Web Server

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

This probably doesn't matter, but the web server is in C # (micro-edition).

0
source share
2 answers

No, silverlight is launched on the client, so if you do not want to do any web services or something else, you do not need to do anything other than set the mime type.

This is really the same as a separate file that you serve for the client, like any image, script or css file.

+3

Silverlight, , XAP.

, , - , . , zip , XML. , , , .

, HTML, - , , XML, SL clientaccesspolicy.xml.

+1

All Articles