Where?s Windows service database located?
Answers were Sorted based on User's Feedback
Answer / swapna
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services .
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ansar hussain.m
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
these are services in registry editor but windows services which you can configure is start -> run-> services.msc these are the services available for windows however you can find them in regedit also but you can configure from here itself
| Is This Answer Correct ? | 0 Yes | 0 No |
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
What is heap and what is stack?
Explain me what is .net web service?
What's singlecall activation mode used for in .net?
How .NET is able to support multiple languages?
What is the managed and unmanaged code in .net?
What is Nothing permission set in .Net
what is the difference between class and structures?
Please explain when should you use .net web forms over asp.net mvc?
Will it go to finally block if there is no exception happened?
How many design patterns can be created in .net?
When we use windows api in .net is it managed or unmanaged code?