RE: [OzSilverlight] How to deploy SL App

2008-10-22 Thread Jordan Knight
Hey Muhammad, SL doesn't actually require anything special on the system to be deployed. It will even work when embedded in a HTML file : ) But... The SL sever controls require that .NET 3.5 is installed on the server. The site should be packaged with the System.Web.Silverlight.dll so your

RE: [OzSilverlight] How to deploy SL App

2008-10-22 Thread Tim Heuer
, 2008 1:52 PM To: listserver@ozSilverlight.com Subject: RE: [OzSilverlight] How to deploy SL App Hey Muhammad, SL doesn't actually require anything special on the system to be deployed. It will even work when embedded in a HTML file : ) But... The SL sever controls require that .NET 3.5

RE: [OzSilverlight] How to deploy SL App

2008-10-22 Thread Jonathan Parker
You may need a custom host factory for your web service (if you are using WCF): class CustomHostFactory : ServiceHostFactory { protected override ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses) { CustomHost customServiceHost = new