Application execution?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone,
I have a problem, namely on machine with win2000, only user who is member of aministrator group can execute my .net application, when log on user is member of users or power users .net apllication can't execute. I'm wondering where to set security permissions for those users that enables execution of .net aplications?

best regards
 
The first place would be to check permissions of the folder for the
application where it needs to ne at least read/list/execue for regular
users. If that does not help, then try using regmon and filemon from
SysInternals to see where access is being denied. You would have to log onto
a computer as a regular user and then use runas to execute filemon/regmon
with administrator credentials just before trying to run the application and
then vieweing the log to see where access was denied making necessary
permission changes and repeating the process as needed. --- Steve

http://www.sysinternals.com/ntw2k/source/filemon.shtml
http://www.sysinternals.com/ntw2k/source/regmon.shtml

xezo said:
Hi everyone,
I have a problem, namely on machine with win2000, only user who is member
of aministrator group can execute my .net application, when log on user is
member of users or power users .net apllication can't execute. I'm wondering
where to set security permissions for those users that enables execution of
..net aplications?
 
Back
Top