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

How anonymous method is different from a lambda expression?

0 Answers  


Explain about Behavioral design pattern?

0 Answers  


What is the difference between vb.net and vc#.net?

0 Answers  


Explain about managed heap?

0 Answers  


What is CLR? How it will work?

3 Answers   NeoSoft,






Explain cas (code access security)?

0 Answers  


Show different types of collection in .NET?

0 Answers   QuestPond,


How to get the hostname or IP address of the server?

2 Answers  


Which dll translate xml to sql in internet information server (iis)?

0 Answers  


What is Garbage Collection in .Net and what is the Garbage collection process?

4 Answers  


What are the Characteristics of .NET?

1 Answers  


1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???

3 Answers  


Categories