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
How do I send an email message from my ASP.NET page?
Which object wraps the state or data of a user?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Explain the difference between server control and html control.
What is query string? What are its advantages and limitations?
Difference between singleton and singlecall.
How do you use viewstate?
Explain the advantages of asp.net.
What does the hotspot class in .net do?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Can you use c# without .net?
How many types of file extensions for razor views in ASP.Net MVC?
Why session is more secure than cookies?
What is session mode in asp.net?
How does a content page different from a master page?