TigerFan987
MIS
I have a web application on a web server. It makes database calls to a postgres database located behind a firewall on another server. This database is being moved off the network to another data center. We have set up a site-to-site vpn between computers on my network and the new data center so that the database can utilized. The web servers are not able to utilize the site-to-site vpn (I'm not sure why. This is just how my security group says it has to be). Is there a way to have the a separate server, that can use the site-to-site vpn, make the database connection/calls for the asp.net application?