Hi All,
We are required to change the URL of portal, at the same time keep original one so as to enable users to continue existing bookmarks.
Original settings:
Default Zone
Internal Public
http://servername
http://servername
Intranet Zone
Internal Public
https://OldIntranet http://OldIntranet
New Setting for Intranet Zone
Internal Public
https://OldIntranet https://NewIntranet
https://NewIntranet https://Newntranet
Everything seems to be working except custom web part which usesSPContext.Current.Web.CurrentUser.LoginName
To fetch data from list based on user login name.
ULS just shows below message:
Topology e5mb Medium WcfReceiveRequest: LocalAddress: 'http://server.domain.local:PORT/82a253ad536f4d96b8f82e144434e54f/ProfileDBCacheService.svc'Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://Microsoft.Office.Server.UserProfiles/GetUserData' MessageId: 'urn:uuid:475ec051-7bf1-4e60-8da4-c8e3812d73f9' c069632c-0c3d-419a-ae61-ec1c9592098e
Everything works fine if I use OldIntranet url. I believe I am missing something on UserProfile front, not sure what & why..









