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 applications that will work across a variety of operating systems, browsers and devices. Once a Silverlight application has been developed, deployment is the next step. Deploying a Silverlight application is the easiest part of the entire development process. Developers have two main options when deploying Silverlight applications, depending on the type of application.

Instructions

  1. Copy and Paste

    • 1

      Open the folder containing the XAP files for your Silverlight application. Double-click the folder to open it. The folder name and location will vary.

      According to Microsoft, XAP files are basically .zip files containing the assembly manifest and other assemblies for your application.

    • 2

      Copy all XAP files. Select all XAP files and press “Ctrl” plus “C” or right-click any selected file and choose “Copy.”

    • 3

      Paste the files into a public folder on your Web server. This folder must be a shared, or public, folder in order for users to access the files and run the application. Either press “Ctrl” plus “V” or right-click anywhere in the public folder and select “Paste.”

      If your files are not on the same computer as your Web server, copy the files to a flash drive first. Insert the drive into the Web server and then paste the files to the public folder.

    Create References

    • 4

      Create a new website or Web project on the same Web server as the Silverlight application. Microsoft recommends using Visual Studio to do this because Visual Studio 2008 was developed to easily add Silverlight references.

    • 5

      Choose “Silverlight Applications” from within the Visual Studio menu.

    • 6

      Choose “Add” and browse to the location of each necessary XAP file.

    • 7

      Save your project by going to “File” and “Save.”

Tips & Warnings

  • When using the second method, all added references are automatically synchronized, even when you make changes, as long as the files remain on the same server and unmoved.

  • Other development kits can be used to create a website or Web project. The steps for adding a reference will be different, however. References can usually be added through the code portion or through the “Tools” menu of the development kit. See the “Help” section of your application for further instructions on adding references to Silverlight applications.

  • Retain a backup of all copied files. If the Web server fails for any reason, you may lose your files.

Related Searches:

References

Resources

Comments

You May Also Like

  • How to Change the Size of Silverlight Applications

    Microsoft Silverlight is an application platform utilized for creating rich applications with a focus on animations, multimedia and graphics. A run-time version...

  • How to Build a Silverlight Line of Business Application

    Microsoft Silverlight is a technology providing applications with the ability to write and run business applications in a development framework. The product...

  • Silverlight Web Service Tutorial

    The Microsoft Silverlight Web Service is essentially an API (application programming interface) that can be accessed over the Internet or another network....

  • 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...

  • 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,...

  • How to Troubleshoot an Unhandled Error in a Silverlight Application

    A Silverlight application may encounter an unhandled exception if the site it is hosted on is not configured properly. You must add...

  • How to Send Information From ASP.NET to Silverlight

    Microsoft ASP.NET is a programming language that is compatible with Microsoft's Internet Information Services (IIS) Web server. ASP.NET applications allow you to...

  • Information on Silverlight

    When Silverlight was introduced a few years ago, it was touted as a Flash killer. While that now seems a little overstated--Flash...

  • How to Silently Install Silverlight

    Similar to Adobe's popular Flash platform, Microsoft Silverlight is a Windows-based application framework that allows designers and developers to create Internet ...

  • Information on Micro Silverlight

    Microsoft Silverlight is a web browser plugin that works across multiple platforms. The program itself works with image and video files and...

  • What Is Silverlight Update?

    Silverlight is a technology developed by Microsoft to compete with Adobe's Flash technology. Silverlight allows users to experience multimedia applications via the...

  • Silverlight Testing Tools

    Silverlight Testing Tools. Microsoft Silverlight operates in a cross platform, cross browser environment and is a cross device plug-in that enables designers...

  • What Browsers Does Silverlight Support?

    Silverlight is a software tool created by Microsoft to deliver rich media experiences on the Internet. The current version of Silverlight is...

  • How to Build a Silverlight Website

    Microsoft Silverlight is a development platform used to build a wide variety of media applications. Web developers use Silverlight to embed these...

  • What Is Silverlight for MSN?

    Microsoft Silverlight is a web application that integrates graphics, multimedia and animation. MSN has incorporated Silverlight technology applications into a multi ...

  • Silverlight Encoding

    Microsoft Expression Encoder is the application that compresses digital video for Silverlight. The program is available in free and licensed versions (see...

  • Silverlight Sockets Tutorial

    Silverlight sockets is a class in the Microsoft language that lets you create chat services in your Silverlight projects. Silverlight is used...

  • How to Delete Silverlight

    Silverlight is a web browser plug-in from Microsoft that works with various web browsers on multiple platforms. According to the Microsoft Silverlight...

  • How to Install Silverlight 2

    Sliverlight 2 is Microsoft's second iteration of their direct answer to the Adobe flash media specification. Silverlight is a core component of...

Related Ads

Featured