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
What is the parent class of all the web server control?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Which dll handles the request of .aspx page?
Differentiate between a hyperlink control and a linkbutton control.
How to bind all the binding controls in a page at once in ASP.NET?
Explain about secure socket layer?
Explain how do you deploy your asp.net application?
Please brief not about xsd,xslt & xml?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is a 401 redirect?
Explain swagger components.
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How you can access the values from the Repeater control in ASP.NET?
How can we provide the WebParts control functionality to a server control?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC