How do you give a Windows service specific permissions?



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

Post New Answer

More Dot Net General Interview Questions

As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?

1 Answers  


What is Ajax design pattern in .NET?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What is namespaces in .net?

0 Answers  






What is STA in .NET?

0 Answers  


Explain what is a delegate?

0 Answers  


Explain me what is encapsulation?

0 Answers  


When should I use .net core?

0 Answers  


What are good ADO.NET object(s) to replace the ADO Recordset object.

1 Answers  


What is 3 tier architecture?

0 Answers  


Is .net front end or backend?

0 Answers  


Categories