Jump to content

Recommended Posts

Posted

how when I make an application VCL Application / Stanalone server.Project  the computer I run it on a server and can be accessed through a browser on the client computer

 

 

 

 

 

 

 

 

 

Regars Knopix

Posted

You need to set a port in ServerModule (default is 8077 if i recall correctly) and the port must be included in your local firewall exceptions (if you use Windows firewall it can be configured through Control Panel->Windows Firewall->...Add Port)

Then you are good to go, just type the machine address including the port, for instance

 

www.a-site-that-i-just-made-up.com:8077
192.168.100.100:8077

 

I hope this helps.

Posted

when an application simultaneously access the same user and password to be slow application VCL Application / Stanalone server

? there a solution?Thanks

 

 

 

 

 

 

Regards

Knopix

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...