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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...