In the web.config, ensure that the <SwitchingProviders> <profile> section looks like:
<profile>
<provider providerName="salesforce" storeFullNames="false" wildcard="%" domains="salesforce" />
<provider providerName="sql" storeFullNames="false" wildcard="%" domains="*" />
</profile>
Otherwise profile requests will be handled by the sql provider.
Comments
0 comments
Please sign in to leave a comment.