How do you give a Windows service specific permissions?
Answer / 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 |
What is shared and repeatable inheritance?
Explain manifest & metadata.
Please explain what are an inheritance, polymorphism, and encapsulation?
What are possible implementations of distributed applications in .NET?
What is Event Bubbling in .NET?
what are the controls used to upload a file from client to server?
is c#.net supports multiple inheritance?
What is a metadata in .net?
What is Full trust permission set in .Net
What makes .net core cross platform?
Describe the role of global.asax.
Define marshling?