How to Host a Silverlight Page

How to Host a Silverlight Page thumbnail
How to Host a Silverlight Page

Silverlight is a web application framework developed by Microsoft. The framework is similar to Adobe Flash, allowing developers to bring together text, images, animations, videos, and interactivity in one environment. Hosting Silverlight applications on Microsoft servers running the current version of IIS requires no additional work; IIS supports the format by default. Deploying Silverlight on an Apache server requires the addition of several MIME types associated with the framework's file extensions.

Instructions

    • 1

      Open the root Apache folder. Log into your server and access the root Apache folder. This folder is generally located under /bin/apache/Apachex.x.x, where x.x.x represents your Apache version number.

    • 2

      Open Apache's MIME type file. From the root Apache folder, access the /conf/ folder, where configuration settings files are stored. Locate the file named "mime.types" and open it. The file contains hundreds of lines of text, each controlling a different media type, and in many cases a file extension as well.

    • 3

      Add five MIME types related to Silverlight. Find the last entry in mime.types that begins with "application." Enter a blank line. Copy the five MIME types below and paste them on the blank line:

      application/octet-stream deploy
      application/xaml+xml xaml
      application/x-ms-application application
      application/x-ms-xbap xbap
      application/x-silverlight-app xap

    • 4

      Restart your server. The new MIME types will take effect after Apache restarts. Silverlight applications can be hosted on your website after this point.

Related Searches:

References

Resources

  • Photo Credit Hemera Technologies/AbleStock.com/Getty Images

Comments

You May Also Like

  • How to Debug a Web Service

    Writing a web service can be a pain. Many times when you think that things are going to go easily you run...

  • How to Upload Multiple Files on Silverlight

    Microsoft Silverlight is a development program that allows individuals to create interactive and fast applications for the Internet and mobile devices. With...

  • The Strengths and Weaknesses of Silverlight 3.0

    The Strengths and Weaknesses of Silverlight 3.0. Microsoft Silverlight was designed as an alternative to Adobe Flash and Adobe Creative Suite. It...

  • Internet Information Service Tutorial

    Microsoft Windows 7 comes with the files and features for running your own website, but not installed in a usable fashion. In...

  • How to Create a Simple Web Service

    A Web service allows a program to execute subroutines on a different computer. The communications to the Web service occur over HTTP...

  • How to Upload an Image in Struts

    Struts are programming methods that allow users to complete simple tasks, such as uploading and downloading files. It is used as a...

  • How to Host a Wpf Application in Silverlight

    Silverlight is a Microsoft coding system used to create web-hosted applications, frequently videos or interactive games. You can now make offline applications...

  • .Htaccess MIME Types

    .Htaccess MIME Types. Apache web servers use .htaccess files to configure websites and tell browsers how to interpret files. MIME, which stands...

  • How to Check Your Microsoft.net Framework Version

    Microsoft's .NET Framework is an application framework that is installed on computers using the Microsoft Windows operating systems. It helps eliminate or...

  • How to Turn Off an ASP.NET Development Server

    Visual Studio comes with a built-in development server that allows ASP.NET developers to work without using Microsoft's Internet Information Server (IIS), which...

  • How to Configure Mime Types

    Multipurpose Internet Mail Extensions (MIME) types define the type of data contained within a file on a web server. MIME types are...

  • How to Upload Multiple Files in Struts

    Struts is a Web application framework for Java built by the Apache Software Foundation. Through Struts it is possible to build programs...

  • How to Set Up a Startup Page in Silverlight

    Silverlight is a Microsoft programming language for animated Web pages. Microsoft lets you choose the Web page that starts when the user...

  • How to Set Mime Types

    MIME types describe the media type of email and, more recently, web servers and applications. While specific file extensions are usually used...

  • How to Build a Website Application

    Web applications are programs that are hosted and run on browser-controlled environments. The popularity of web applications results from their ability to...

  • How to Remove Scvhost.exe

    Scvhost.exe is a process component of several Trojan horses. Primarily distributed via peer-to-peer networks and ActiveX components on websites, its main purpose...

  • Types of Microsoft Office MIME

    Types of Microsoft Office MIME. Multipurpose Internet Mail Extensions (MIME) are a type of Internet standard that refers to how to format...

  • How to Troubleshoot Silverlight if You Cannot Install It

    Microsoft Silverlight is an Internet-based application that improves the performance of browsers and ensures that you are able to view the latest...

  • How to Deploy the Silverlight Application

    Microsoft Silverlight allows you to develop cross-platform applications for websites, computers and handheld devices. With Silverlight, you can create interactive ...

  • Silverlight Hosting Requirements

    Microsoft is synonymous with technology, so it is no surprise that it is always looking into new ways to push Internet technology...

Related Ads

Featured