Skip to main content
Home Forums General Silverlight Installation and Setup Siverlight setup issue
4 replies. Latest Post by George1231 on June 28, 2009.
(0)
George1231
Member
11 points
131 Posts
06-27-2009 1:13 PM |
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
davidezo...
Contributor
5686 points
873 Posts
06-27-2009 2:49 PM |
Hi,
if your Silverlight application doesn't use other server components (like SQL Server via WCF, for instance) you don't need to install anything other than IIS on the server.
Hope this helps.
jamlew
2856 points
435 Posts
06-27-2009 8:46 PM |
As answered on your question on stackoverflow, you'll need to register the MIME type for XAP files for IIS6 (i.e. Windows 2003). IIS7 doesn't require this step.
06-28-2009 1:14 AM |
Thanks Jimmy! I like your answer!
06-28-2009 1:15 AM |
Thanks Davide, I like your answer.