My experience in publishing a silverlight WCF RIA services application in ISQSolutions hosting plan showed the following:
- Create new folder under the root folder www (example SLApp).
- 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
- Upload application to created folder in the hosting plan (SLApp).
- From the hosting control panel, create application for the created folder (SLApp).
- Run you application.
No comments:
Post a Comment