NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John Fligg on February 12, 2012, 06:45:25 AM

Title: Self Service question
Post by: John Fligg on February 12, 2012, 06:45:25 AM
I am probably missing something simple here.

On my live server I start my application as a service using Self Service. On the screen I see the service window and in the task bar is my icon. I right click the icon and select Exit and it goes away. All is well.

However now I have a need to check the statistics. There is nothing in the task bar because I clicked Exit of course and all I can see is the list of Services which shows it running. But I cannot get the server screen back now to check the statistics. Starting a new session does not give me what I need.

So do you have to start the application and leave that window displayed all the time? It seems the only way to me.

Thanks

John
Title: Re: Self Service question
Post by: bruce2 on February 12, 2012, 08:00:59 AM
The icon does not belong to the service.
So if there's an icon there, the prorgam is running as a service and as a exe.
When you chose exit, you just closed the exe.

To access the global properties when it's running as a service, I guess you'll need to make a memory form.