views:

41

answers:

1

Hello everyone,

If I just deploy Siverlight application (eithre ASP.Net page or Html page uses XAP files) on Server, no need to develop. On Server side, do I need to install anything?

I have two scenarios,

  1. Using Windows Server 2003;
  2. Using Windows Server 2008.

thanks in advance, George

+1  A: 

You won't need to install anything, just deploy the files. However, if you're on IIS 6 (such as the Server 2003 scenario), you do need to register the MIME type for XAP files (see here for how to do so). IIS7 should serve up XAP files by default.

Of course, you should also make sure that your server is correctly configured for ASP.NET, if necessary. But that's not related to Silverlight.

Jimmy
I like it! Thanks Jimmy.
George2