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
Do you know what is .net standard?
Explain the purpose of Remoting in .NET?
Interop Services?
Describe the programming model of a windows service
Is .net 4.8 backwards compatible?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
What are the security policy levels in .Net
Explain something about WebService?
How can you assign an rgb color to a system.drawing.color object?
Write the .net syntax for 'while loop'?
What is Full trust permission set in .Net
Will my .net app run on 64-bit windows?
Explain me what is the difference between an abstract class and an interface?
What is the difference between response.redirect & server.transfer?
How can I find out what the garbage collector is doing?