Is it possible to allow access to the database only to:
from NON localhost, and
specific IP ranges, and
tunneled through SSH?
Does anybody know if there are libraries to do this on ASP for
Windblows, (in case I get asked)?
This is pretty easy on Linux, right, using libraries in PERL, PHP,
Python, TCL, etc?
The posgres client server protocol can go across IP from these languages
on a remote server if they have client libraries linked in, right?