On Monday 23 October 2006 19:33, Tony Eviston wrote: > If you mean is it possible to have the web application and the database > server communicate if they aren't on the same LAN segment, I haven't > tried it but I can't see why it wouldn't work as long as the networking > was done right - presumably via a VPN.
What you usually would have is a web application server able to communicate to a database server. This can be on the same LAN segment, or via an internet accessible port (less recommendable) The end user using his browser to access it will only ever communicate (via browser) with the web application server Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
