Posted on: 7/21/2015 5:41:33 PM | Views : 758

I have been through the web site to web application project headaches, created my ProfileCommon class which wasn't necessary for web site projects, etc.  Everything is working except getting profile information for other than the logged on user.  After many hours of searching and attempts I found the following terrific link: http://weblogs.asp.net/kencox/archive/2010/09/05/using-the-sql-table-profile-provider-in-asp-net-4-web-applications-c-amp-vb.aspx  but even when I changed my GetProfile(username) calls to GetUserProfile(username) I ran into problems.  Is it possible to get the profiles for other users?

Go to the complete details ...