Aby uruchomic usługę WCF na serwerach Webio oraz uniknąć problemów z pamięcią podczas korzystania z RIA Services należy uaktualnić plik web.config zgodnie z poniższym przykładem:
<configuration>
<system.serviceModel>
<serviceHostingEnvironment minFreeMemoryPercentageToActivateService="0">
<baseAddressPrefixFilters>
<add prefix="http://DOMENA"/>
</baseAddressPrefixFilters>
</serviceHostingEnvironment>
</system.serviceModel>
<serviceHostingEnvironment minFreeMemoryPercentageToActivateService="0">
<baseAddressPrefixFilters>
<add prefix="http://DOMENA"/>
</baseAddressPrefixFilters>
</serviceHostingEnvironment>
</system.serviceModel>
</configuration>
DOMENA to adres, pod którym serwis WCF odpowiada.