How do you install windows service?
Answer Posted / nitya
hi..
First u have to create Windows Service..
For install Windows Service , u have to use one Command
first Build Windows Service..
then use this command..
installutil.exe <your service name.exe>
installutil.exe/u <your service name.exe> -->For uninstall
u have to use this command in visual studio 2005 -> visual
studio command Prompt -> write this above command..
Go in Particular path where u create Windows Service then
go to Bin -->Debug --> then implement this above Command..
try this..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which two new properties are added in asp.net 4.0 page class?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is server infrastructure & server components?
What are the differences between code behind and code inline?
What is the difference between session and viewstate?
Explain Life cycle of ASP.NET page when a request is made.
Explain one critical mapping?
What are session cookies?
Can we create a multiple user simultaneously ?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Explain how can you debug your .net application?
What’s the use of “GLOBAL.ASAX” file?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What is the difference between a default skin and a named skin?
Can we have 2 web config files?