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

Which server tag comes from server when we submit any data

1 Answers  


Explain code access security.

0 Answers  


what user controls are and what server controls are and the differences between the two.

0 Answers  


Which namespace is used to support multithearding in .NET?

0 Answers   Sans Pareil IT Services,


What is the advantage of .net?

0 Answers  






What are the new features of Framework 1.1 ?

1 Answers  


State the methods used during deserialization and serialization process.

2 Answers  


is c#.net supports multiple inheritance?

10 Answers  


What is lazy initialization?

0 Answers  


How can you instantiate a tuple?

0 Answers  


What are possible implementations of distributed applications in .NET?

1 Answers  


What is .net standard?

0 Answers  


Categories