How do you install windows service?
Answer Posted / sitakanta
Open the Visual Studio .Net Command Prompt and give the path of application
for example C:\bin\Debug> and then type InstallUtil Service.exe
To uninstall, InstallUtil /u Service.exe
After Installation ,right click My Computer and Select 'Manage' and Select 'Service and Applications' and in that Select 'Services'
Select 'Service' and start the Service.
IF No ERROR in your COde, It will work !
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the function of new view engine in asp.net? : asp.net mvc
What is marshalling ? Is it a part of asp.net ?
What is cookies cache and session?
How do u declare static variable and how it is declared and what is its lifetime?
Explain exception filters?
Define xmlvalidatingreader class.
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain the use of view state?
What is the postback property in asp.net?
How can exception be handled with out the use of try catch?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What do you understand by aggregate dependency?
Describe the differences between the lifecycles of Windows services and Standard EXE?
Which method is used to perform all validation at the page level?