If I’m developing a service, do I need to unregister and register the service every time I compile the exe? Or just stopping, changing the file and starting is perfectly enough?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, once you have registered the program as a service, that method (stop/replace/start) will work in development, testing, and production. No need to register it again.