in Asp net did manual registration and authentication(checked against a database from ssms). so, I need to pass data between views and controllers, namely the authenticated user, maybe I will order the service and data should be its ID. So I want layout to output the email of the authenticated user
tell me how to implement it? thank you