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
Define secured sockets layer.
What role “#&&” plays in a querysting?
What is the use of global.asax file?
What are the different types of sessions in asp.net?
Why session is necessary in web application?
How to send a DataReader as a parameter to a remote client ?
How do http sessions work?
What is the purpose of using MVC programming pattern in ASP.NET?
What do you mean by role-based security?
What is the asp.net mvc folder conventions? : asp.net mvc
What are the page life cycle events?
What is connection pooling and how to enable and disable connection pooling?
What is css in asp.net?
How does asp net store session ids by default?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?