Jump to content

Service


flaviowmf

Recommended Posts

Good morning. I created a small application in Stand alone, however the server needs to be logged in to the application initialize, does anyone know if there is the possibility of transforming this server in a windows service? Thus regardless of the login server. Hug

 

Link to comment
Share on other sites

Hi Flavio. 
I create my system as standalone for testing and debugging. To deploy just "transform" it into a Windos service. 
What I do is create another project in the same folder (ie: System_SA (stand alone) and System (the real name I want)). 
Then I add the units to the Windows Service project and compile it. 
It works well and you only need to add new units to the WS project. 
 
Hope this helps!

 

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...