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 can u deifne the benefits and limitation of using Viewstate for state management?
How will create assesblies at run time?
Explain About duration in caching technique
What is use of <% %> in asp.net?
What is x xss protection?
Explain asp.net web forms.
What is preprocessor in .net? Where it use?
Is asp.net a language?
What are the properties of the eventargs argument when capturing keyboard events?
Where is session data stored in asp net?
When Cookies are expired in ASP.NET?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
is gateway for sms continue connected for sending sms.how?
What is Pre-Render event in ASP.NET?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?