How do you give a Windows service specific permissions?
Answer Posted / swapna
Windows service always runs under someone?s identity. Can
be System or Administrator account, but if you want to
restrict the behavior of a Windows service, the best is to
create a new user account, assign and deny necessary
privileges to that account, and then associate the Windows
service with that new account.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is .net core managed code?
SAP Business One(this is intigrated tool of .net)
What is dot net and its uses?
What is il and c#?
When should I use .net core?
Explain what is an anonymous method and how is it different from a lambda expression?
Conceptually, what is the difference between early-binding and late-binding?
What is implement a generic action in webapi?
What is .net latest version?
What is difference between system.string and system.stringbuilder classes?
Difference between user groups and code groups
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
How to view a .NET assembly?
Tell us what is the difference between struct and class?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?