asp.net - What is the typical method for securely exposing some data on a public website that is taken from internal databases? -



asp.net - What is the typical method for securely exposing some data on a public website that is taken from internal databases? -

i have few internal databases , intranet site on server that's totally inaccessible outside world. , have external website on off-network server.

there handful of info on internal databases want available on public website, internal databases contain sensitive info want away public site.

how typically handled? not exclusively sure search for. right now, manually dump needed info xml file used website, sense there improve way go this.

you have few options can think of, , more i'm list... not much of network guy.

set firewall rule allows port requests external server's ip address internal database server. set external facing service exposes info wish share. can have authentication/authorization set on service allow users wish access info have access. additionally, set service allow calls external web site's ip address similar above solution.

either way think you're going have network guy involved.

asp.net intranet

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -