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
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
what is command line compiler.what are the steps and how it is related to debugging.
List of words of preprocessor in .net?
Where is session data stored in asp net?
What is the web.config file in asp?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Define xmlreader class.
What is the Intermittent crashing of application in production?
What is web api vs wcf?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is aspect-oriented programming?
Explain the difference between an exe and a dll?
How to send a DataReader as a parameter to a remote client ?
Is asp.net a language?
Explain about secure socket layer?