Is it possible (and if so how) to connect and write data to a SQL server DB on a PC behind a firewall from a site on the internet in VB.Net?
I know how to connect to a DB that is externally linked to the net, say from my site to the PC at 152.541.55.97, but can I get to a PC on the internal network behind this server, say at 192.168.0.5?
So going a little something like this
T'interweb ====> 152.541.55.97 ====> 192.168.0.5
Thanks
I know how to connect to a DB that is externally linked to the net, say from my site to the PC at 152.541.55.97, but can I get to a PC on the internal network behind this server, say at 192.168.0.5?
So going a little something like this
T'interweb ====> 152.541.55.97 ====> 192.168.0.5
Thanks