Disadvantages Of Asp.Net Full Trust Security Level

Why shouldn’t we allow any domain to run Asp.Net application under the Full Trust level? Below are the reasons: If the Asp.Net application is allowed to run under Full Trust level then it can: 1. Browse(create/edit and delete too) files in the Windows directory using the System.IO namespace. 2. Browse(create/edit and delete too) folders in …

Read More