all groups > dotnet security > july 2006 >
You're in the

dotnet security

group:

deploying executable to network to be ran in logon script


deploying executable to network to be ran in logon script Tyler
7/31/2006 2:59:01 PM
dotnet security: I have written a .net app that basically collects a few pieces of information
from the computer it was executed on. (Domain,User,MachineName, etc....) I
would like to deploy this executable to a location on the network and include
it in the logon script. However, when testing i discovered the security
issue that comes along with executing a .net app from a network location. I
have about 300 users that will need to execute this program. Its not
practical to change the CAS settings on all of these machines.

Is there a better way to do this? Am I missing something, it seems like it
has to be easier than this?

Any thoughts or suggestions are welcome.

Thanks
--
Re: deploying executable to network to be ran in logon script Joe Kaplan (MVP - ADSI)
7/31/2006 5:55:20 PM
You need to either change the CAS settings (which you could possibly do
through GPO or a machine-level logon script) or deploy the application
locally (possibly via GPO again), or make sure your app doesn't request any
data that isn't allowed (which probably won't get you what you want).

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
[quoted text, click to view]

AddThis Social Bookmark Button