Server/app.manifest
changeset 89 0e8c077d63bf
parent 88 4f09ae97cdcc
     1.1 --- a/Server/app.manifest	Thu Jan 15 19:18:25 2015 +0100
     1.2 +++ b/Server/app.manifest	Fri Jan 16 09:50:19 2015 +0100
     1.3 @@ -16,11 +16,11 @@
     1.4              If you want to utilize File and Registry Virtualization for backward
     1.5              compatibility then delete the requestedExecutionLevel node.
     1.6          -->
     1.7 -        <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
     1.8 +        <requestedExecutionLevel level="asInvoker" uiAccess="false" />
     1.9        </requestedPrivileges>
    1.10        <applicationRequestMinimum>
    1.11 -        <PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
    1.12          <defaultAssemblyRequest permissionSetReference="Custom" />
    1.13 +        <PermissionSet ID="Custom" SameSite="site" Unrestricted="true" />
    1.14        </applicationRequestMinimum>
    1.15      </security>
    1.16    </trustInfo>