How to Configure Web Server to Host Silverlight Applications
Last Updated on Friday, 29 June 2012 05:01 Written by Andrew Ivanov Saturday, 30 June 2012 12:00
Not only IIS web server can host Silverlight applications. Apache can host up Silverlight content too. Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-based binary packaging format). As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration:
| Extension | MIME Type |
| .xaml | application/xaml+xml |
| .xap | application/x-silverlight-app |
March Newsletter
Last Updated on Tuesday, 9 October 2012 07:57 Written by Arian Jahansouz Saturday, 31 March 2012 12:00
Learn MoreHow to Run Commands Automatically at Linux System Boot Up
Last Updated on Saturday, 24 September 2011 12:21 Written by Richi González Saturday, 24 September 2011 12:00
Hello,
If you always have to manually run services at every system bootup, do it no more! This article will show you how to automatically run anything at system bootup by adding the execution commands to the /etc/rc.local script. You will need SSH root access.
Difficulty level: Easy

Recent Comments