Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm using this Flee evaluator (I think it is a new version) created by Eugene Ciloci, in which this situation happens:

On Windows Server, whether the user is an administrator or not, I get the message "Access Denied" when a expresion is going to be evaluated. To solve this, we need to grant administrative privileges to a standard user.

My question is: what do we need to configure in order to allow the application to evaluate expressions without requiring grant administrative privileges?

Thanks a lot!

What I have tried:

Grant administrative privileges
Posted
Updated 2-Oct-23 3:47am
v3

If the application requires Administrator privileges then that is what you must grant it. If you could bypass such checks then it would not be very good security. And if you have a problem with some software you obtained from another site or person, then that is where you need to go for help.
 
Share this answer
 
You're going to have to ask the people who wrote the app, not a bunch of people who have never heard of it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900