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


Please Help Members By Posting Answers For Below Questions

What are the features of asp.net mvc?

529


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

539


Explain the updatepanel?

586


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

441


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

559






Define xmlreader class.

577


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1469


What are the advantages of using Master Pages?

603


How can you handle errors in Web API?

595


What is client side state management?

510


Where can I get information on cookies in asp.net?

568


What is the difference between user control an custom control?

617


How many types of cache are there?

537


How do we implement bundling in MVC?

595


What are the benefits of Razor View?

540