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 |
Explain cas (code access security)?
Can any object be stored in a viewstate in .net?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
How can you manage pagination on a page using .Net?
What is a delegate in .NET?
What are channels in .NET Remoting?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
Is it possible implement webservices without SOAP?
Explain memory-mapped files.
What is portable executable (PE)?
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?
Tell me about secure socket layer? How to make use of the technology?