Hi,
I am using dnn 7.1.
My profile picture is not displaying. I debugged and find following details.
The URL of this page is = "http://localhost:48837/Admin"
In User.ascx.cs .
avatar.ImageUrl = string.Format(Globals.UserProfilePicFormattedUrl(), userInfo.UserID, 32, 32); It returns "http://localhost:888/oudnn/profilepic.ashx?userId=1&h=32&w=32"
while inspecting the Avatar, I change the url port from 888 to 8888 and it works.
will you please guide me how to solve this Issue.
Thank you