Microsoft introduced a new security model on .NET 4.0 and above which is a replacement for code access security. Since trust levels are code access security, is this approach obsolete?
If above statement is in the right way, how do you define a PermissionSet for a concrete ASP.NET application in .NET 4.x?