Thursday, 27 October 2011

Publishing Silverlight + WCF RIA Services Application on the web

My experience in publishing a silverlight WCF RIA services application in ISQSolutions hosting plan showed the following:

  1. Create new folder under the root folder www (example SLApp).
  2. Copy the Domain Service assemblies (3 files) to application bin folder after publish:
    • System.ServiceModel.DomainServices.EntityFramework.dll
    • System.ServiceModel.DomainServices.Hosting.dll
    • System.ServiceModel.DomainServices.Server.dll
  3. Upload application to created folder in the hosting plan (SLApp).
  4. From the hosting control panel, create application for the created folder (SLApp).
  5. Run you application.

No comments:

Post a Comment