Here's the scenario:
I have a SharePoint site with Default and Extranet zones. https://server.domain.tld/ is the Public URL for the Default zone and is protected with Windows Authentication. https://server.domain.tld:7780/ is the Public URL for the Extranet zone and is
protected with Forms-Based authentication. I configured alternate access mappings so that http://server:9780/ is the internal url for the Extranet zone, and https://server/ is the internal url for the Default zone.
If I click on the My Settings link in the Default zone (i.e. on https://server.domain.tld), then I go to the My Settings page. The URL is still https://server.domain.tld/_layouts/userdisp.aspx. But if I click on the My Settings link in the Extranet
zone, then I get redirected to the Shared Service Provider. I want the extranet site to behave the same way; i.e. I do not want a redirect to the Shared Service Provider, but I don't know how to configure that to work properly. Thanks.
View Complete Post