Fulltrust to application

M

Marek

I wrote a program and it need to set fulltrust permissions in machine for
running this applications from share. (.NET Configuration Tool -> Runtime
Security Policy -> Machine -> Permissions Stes ->Full trust).

Is there any method to use 3th mechanism (like GPO or other 3rd tools) to
set it on a lot of computers? I don't want to run from first to second
machine... (there will be about 8000 stations...)
 
J

Joel Martinez

you can create a deployment package from the .NET Framework
Configuration tool (right click on Runtime Security Policy). This
will create an MSI which you can deploy to your workstations using GPO
or something like Landesk.

Joel Martinez
http://www.onetug.org - Orlando .NET User Group
http://www.codecube.net - blogs
 
M

Marek

Thanks for answer.
My situation is a bit different. I have my software (normal windows
application) on server. Every user can run it from mapped disk/share.
But he needs some permissions.
I tested, that when I set Permissions on my station for application from
server, it works fine. I don't want to create package and deploy my
application on every station....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top