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

Do you know what is the difference between an abstract class and an interface?

0 Answers  


What is il and c#?

0 Answers  


What is loosely coupled solution in.net?

0 Answers  


What does .net stand for?

0 Answers  


Explain cas (code access security)?

0 Answers  






What are the different parts of an Assembly in .Net?

1 Answers  


What do you mean by Driver Script?

0 Answers   TCS,


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

2 Answers  


What is the root class in .net?

0 Answers  


Is there any thread in our .net programs?

0 Answers  


Explain security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


What is the difference between response.redirect & server.transfer?

0 Answers  


Categories