Posts: 1
Threads: 1
Joined: Jun 2018
Reputation:
0
Location: Singapore
Hi, Like to know if anyone knows how to hide the information that shows on the web server program other than running it as a service.
There are information to say who this intraweb is registered to. I would like to prevent this from being displayed.
Anyway to do that ?
Rgds,
Richard Lim
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
That debug form is fully customizable and you can make your own. Check the demos, there is a demo showing how to do this.
Posts: 226
Threads: 4
Joined: Mar 2018
Reputation:
22
It will probably be clear when you look for it, but the demo Chad refers to is named CustomStandAlone.
The information you refer to is being written to the IWStandAloneServer1DebugLog() so just short circuit those calls, not show the memo/log, or clear the memo after .Start.
Dan
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Or low capacity deploy. Some users do use the GUI SA for single user or small LAN deployments, although even then the non GUI service is preferable.
SA has the advantage of very easy deployment. User runs an EXE, done.