.Net Security

How do I set the Microsoft .Net Security so the FDOT workspace and utilities will function properly in a Server \ Client environment?

  • .Net Framework Configuration

    1. Click the Start Button.

    2. In the Search field type ‘CMD’.

    (In Windows 7) Right Click on the CMD.exe icon in the Programs list and select Run as Administrator.

    3. Copy and paste the following keyin in CMD window:

     

    64bit system:

                   c:\windows\Microsoft.NET\Framework64\v2.0.50727\caspol.exe -quiet -machine -chggroup LocalIntranet_Zone FullTrust

    32bit system:

                   c:\windows\Microsoft.NET\Framework\v2.0.50727\caspol.exe -quiet -machine -chggroup LocalIntranet_Zone FullTrust

     

    NOTE: On a 64-bit machine, you may need to run both commands.

    Answer Verified By: Unknown