Tuesday, June 7, 2011

Silverlight Application Deployment - Part 4

From the previous post, these are the major steps.

1. Install prerequisites for deploying through TFS
2. Deploy the silverlight application
3. Configuring IIS
4. Database configuration


In this post, We'll cover
3. Configuring IIS

This consists of the following

a. Adding Mime Types
b. WCF and Dot net framework installation

a. Adding Mime Types

Go to Control Panel--> Administrative Tools --> IIS Manager

Right Click on the virtual directory created earlier --> Properties --> Mime Types --> New

Add the following Extensions and Mime Types, one at a time.
• .xap application/x-silverlight-app
• .xaml application/xaml+xml
• .xbap application/x-ms-xbap

Click ‘Apply’

b. WCF and Dot net framework installation



No comments:

Post a Comment