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
Is LINQ performance wise better or using sqlcommand?
How can you display all validation messages in one control?
Write the different features of a Thread and a Process?
What does clearing cache?
Where are session variables stored?
What is difference between view state and session state?
Where is http session stored?
What are the types of session in asp.net?
How does the service stream content?
What is clr? Difference between clr & cts?
Explain model, view and controller represent in an mvc application? : asp.net mvc
what are configuration files?
Explain login control and form authentication.
Name some asp objects?
What is rending process in ASP.NET?