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 user controls?

744


Define dll hell?

804


What are the events that happen when a client requests an asp.net page from iis server?

671


Explain how can you debug your .net application?

700


What are the memory-mapped files?

721






How many types of sessions in asp.net?

769


What are the validation controls available in ASP.NET?

698


What is gridview in asp.net?

658


What do you mean by caching in asp.net?

720


Define web.config in .net?

815


How to create discussion forum in asp.net mvc? : Asp.Net MVC

731


What is the part of url?

701


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

843


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

862


What is the difference between sealed vs static class?

763