vote up 0 vote down star
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

flag

44% accept rate

1 Answer

vote up 1 vote down check

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.

link|flag
I like it! Thanks Jimmy. – George2 Jun 28 at 5:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.