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
What are the advantages of the code-behind feature?
What are the cookies types in asp.net?
Are cookies client side or server side?
How asynchronous call can be implemented using delegates?
How does windows service lifecycle differ from a .standard. Exe?
What is bson in web api?
Please briefly explain the usage of global.asax?
What is a url string?
what is publisher?
Define dll hell?
Define session in asp.net.
Explain what are webservices?
Define page output caching?
What are server side controls?
What is cache in asp net?