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 |
How many types of design patterns available in .NET?
What distributed process frameworks outside .NET do you know?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What is value type and refernce type in .net?
What are the differences in C# .Net and ASP .Net.
What is "common language runtime" (clr) in .net?
How can you see which services are running on a Windows box?
Is .net core stable?
How viewstate is being formed and how it is stored on client in .net?
What is difference between static page and dynamic page?
How is .net core cross platform?
What is interface and abstract class in .net?