Telegram_2018-03-07T13

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2018 > 03 > 07 >

Telegram_2018-03-07T13

Telegram link

 

2018-03-07T13:21:12

 

Does anyone know how to let a stand-alone application run on a server? When I enter a serer by remote connection when closing session the app is also closed

 


 

Telegram link

 

2018-03-07T13:21:27

 

Install it as a service.

 


 

Telegram link

 

2018-03-07T13:21:58

 

type: link http://docs.atozed.com/docs.dll/deployment/Deploying%20your%20application%20as%20a%20Stand%20Alone%20Server.html

 


 

Telegram link

 

2018-03-07T13:22:35

 

Thaks

 


 

Telegram link

 

2018-03-07T13:24:55

 

I don't understand this 'Then run your application using the type: bot_command /install parameter (you can make a batch file for this taks or simply create a Windows shortcut and add the parameter to the shortcut). This will make the application to be installed as a Windows Service. If your application installed succesfully, you will see the following dialog. If this dialog does not appear, the service has not been installed.'

 


 

Telegram link

 

2018-03-07T13:25:57

 

if your exe is named myapp.exe, go to a console window and navigate to the path and type:

 

myapp type: bot_command /install

 


 

Telegram link

 

2018-03-07T13:34:06

 

I get the message 'access denied'

 


 

Telegram link

 

2018-03-07T13:34:28

 

you need to run the command prompt as administrator

 


 

Telegram link

 

2018-03-07T13:34:48

 

and make sure you set a fixed port in the servercontroller so you know what port its using.

 


 

Telegram link

 

2018-03-07T13:35:02

 

and you will need to start it in control panel as well or using net start