Does your shared provider offer fulltrust? That is required:
commented:
<!--<add key="CslaDataPortalProxy" value="Csla.DataPortalClient.WcfProxy, Csla"/>-->
<!--
<system.serviceModel>
<client>
<endpoint name="WcfDataPortal" address="http://localhost:4216/WcfHost/WcfPortal.svc" binding="wsHttpBinding" contract="Csla.Server.Hosts.IWcfPortal"/>
</client>
</system.serviceModel>
I suppose you will need to ask them if they offer a fulltrust
option for .NET code.
Copyright (c) Marimer LLC