How do you install windows service?
Answer Posted / n.v.s.prasad
I Think,For Installing Windoes Service
i)First Create new Project and in Right Side Expand Visual
C# and select windoes service.
ii)Give name to your service.
iii)Write Your code IN OnStart Event.
iv)Add New Project To Your Solution and select 'setup'
project which is in other project templates
v)and set Project output type to primary output which is in
FileSystem(Service Setup).
vi)Right click Your service Setup in solution Explorer And
click install then your service is install in your system
vii)Go to controlpanel And click Administrtivetools(make
sure u have login as a Administrator (or) you are part of
Administrative Group) and then click services.
viii)Go to your service name and right click it and click
start then your service will run
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How to bind all the binding controls in a page at once in ASP.NET?
What is data control in asp.net?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Explain cookies with example.
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is app_code folder in asp net?
What is http post action?
Is asp.net free?
What is data caching?
Explain Session state management options in ASP.NET.
What is jade template engine?
What are the three parts of an http response?
What r the asp.net list controls and diff. Between them?