HomeProductsPurchaseDownloadSupportCompany Info
This page shows how to configure .NET security policies for the DotTwain web deploy demo.

Group Policy

For a production application, Full Trust to the www.atalasoft.com site can be added to a group policy, which eliminates the need to manually add full trust to the site, as outlined below. 

Manual Security Policy

Manually add a site policy for www.atalasoft.com (or localhost if run locally) by following these steps.

  1. Open the Microsoft .NET Framework Configuration from Control Panel | Administrative Tools
  2. Select Runtime Security Policy | Machine | Code Groups | All_Code
  3. Right click All_Code and select New to create a new code group
  4. Name the code group Atalasoft_Site
  5. Choose the Site condition for the code group
  6. Ensure Full Trust is applied to the code group

The configuration should look like this:

For more information on .NET security policies, please read this MSDN article.