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 difference between singleton and single call?
How do we sort the data from a dataset?
What is the use of execute non query in asp.net?
What is the extension of master page in asp.net?
Disable Mouse right click on web page in asp.net?
What are the main advantages of using asp.net?
Describe how ASP.NET maintains process isolation for each Web application?
How can we inherit a static member?
What is application variable in asp.net?
Explain the advantages of passport authentication.
What are the benefits of Razor View?
Which protocol is used to call web service?
What does mean by a neutral culture?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is GAC in ASP.NET 2.0