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
In Code-Behind class which kind of code (server or client) is found ?
Name the tools or API for developing or testing web api?
What's the difference between viewstate and sessionstate?
What are client activated objects and server activated objects?
What is viewstategenerator?
What is the viewstate in asp.net?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
What is special types forms
What is the procedure to create the environment for asp.net? : asp.net mvc
How many web.config files can I have in an application?
What is the use of HttpHandlers? When to use this?
Where is the view state data stored?
What is postback request?
Differentiate strong typing and weak typing