Hi,
I do have a windows service created to check against the logic and to schedule alerts. But now the email messages being received are not in html format. Now i would like to make changes to the existing windows service and would like to deploy it into the server. If so i got following 2 questions.
a.) is there a way to change the existing windowsservice.cs page
b.) can someone help me with step by step instruction to deploy into the server and over write the same existing application so that the new services kicks in and does exactly as needed.
thanks
Loading
Sam HobbsPosted May 10, 2011, 12:45 AM
Note that when you create a new thread, it would help to explain what you mean by "check against the logic"; I don't understand that. I think I understand what you mean about HTML format for email messages but I am not sure how "being received" is relevant. I don't understand whether the messages are being sent or received by the service.
Also, I am not sure I understand what "over write the same existing application" means. If you are German then perhaps you mean to say override instead of "over write".
Mahesh ChandPosted May 9, 2011, 4:46 PM
Mahesh ChandPosted May 9, 2011, 4:45 PM
You don't need to change anything in a Windows Service. It should be same project (exe) as it is on your development machine. All you need to do is, copy the exe and register it on the server. Also, make sure all dependency files (if any) such as database, resource files, images or other files are there at their correct locations.