Re: Terminal services-give a program admin rights



You cannot. MS Access follows the normal application security
design, not the .Net framework's code access security model.
Access to the Access app is controlled by the permissions of the
account using it. You could study why the application is appearing
to need administrative permissions, starting with bugging the vendor
of the application. It could be as simple as some changes in the
NTFS file permissions.

"Curtis" <curtis@landiscomputer(remove).com> wrote in message
news:%23xlhgriFGHA.3944@xxxxxxxxxxxxxxxxxxxxxxx
>I have Windows 2003 Standard acting as a terminal server on an SBS 2003
>domain. I am running a Microsoft Access based accounting program in the
>Terminal Server sessions which require administrative rights. How can I
>give Access admin rights without giving each user local admin priviledges?
>
>
> --
> Regards,
> Curtis, MCSA
>


.



Relevant Pages

  • Re: Permissions granted based on assembly and user
    ... setting the Policy for specific assemblies through the ... > You can set impersonation ON and use NTFS permissions on the files. ... > should also use Code Access Security to specify what folders the plugin ...
    (microsoft.public.dotnet.security)
  • Re: project security issue
    ... This is because of .NET's Code Access Security which is configured to ... share and assign appropiate permissions. ... > The project location is not fully trusted by the .NET runtime. ... This is> usually because it is either a network share or mapped to a network> share not on the local machine. ...
    (microsoft.public.dotnet.framework)
  • Re: Safely Running a Web Application that works with WSS Objects
    ... This sounds as though it could be a Code Access Security problem. ... The application makes one query into the SQL database. ... > information is pulled from Sharepoint objects. ... > query which was fixed by giving authenticated users select permissions on ...
    (microsoft.public.sharepoint.windowsservices)
  • Re: FxCop App Security
    ... yes, the FxCop is surely applying to all .net code, not specify to ASP.NET, ... And if you're focus on ASP.NET specific .NET CODE Access security, ... | Subject: Re: FxCop App Security ... |> permissions while refusing all other permissions the runtime otherwise ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Authentication problem
    ... It appears that you are accessing the Object Model with having permissions ... the SPS SDK under "Code Access Security". ... changing it for just this web part, and using impersonation within the web ...
    (microsoft.public.sharepoint.portalserver.development)