Visualforce and VPN
Posted
by Jake
on Stack Overflow
See other posts from Stack Overflow
or by Jake
Published on 2010-03-31T20:27:57Z
Indexed on
2010/03/31
20:43 UTC
Read the original article
Hit count: 542
I'm looking to integrate my Salesforce implementation with an external database. I know that in most circumstances I would use Visualforce with an Apex controller/extension to access the data, however the external database will require a VPN connection. Since Visualforce and any controllers or extensions are processed server-side, is there any way to do this through a VPN?
© Stack Overflow or respective owner