Hi All,
I am working on a asp.net WebForms project using Identity and I am trying to figure out how to show FirstName + LastName when the user gets authenticated instead of showing the user's email address as per default settings.
I have read my articles about this but they are all focused on both MVC and Razor, nothing for WebFoms...our poor WebForms!
In this thread (http://forums.asp.net/t/1848780.aspx?How+to+replace+User+Identity+Name+by+FirstName+Last+Name+at+login+time), they are showing how to accomplish that using Razor markup which I don't really understand.
In this post, they are saying that the solution comes from creating an Application Controller class. Can you please hel ...

Go to the complete details ...