Remove the Default Layout ASP.NET MVC*
If you want to remove the default layout from a view set this in that view @{Layout = null;}
If you want to remove the default layout from a view set this in that view @{Layout = null;}
Customize User’s Profile in ASP.NET Identity 2 Watch Video