connection between data server and web server

  • Thread starter Thread starter Prudhvi Reddy
  • Start date Start date
P

Prudhvi Reddy

Hi guys

I have 2 windows 2000 servers. One is a web server ( asp pages ) connected
to the public side of my router and the other one is
a database server ( SQL server ) which is connected to this web server.

I want to have my database server ( SQL server) secure, I want it to allow
connections only from my web server. In other words the link between
my web server and database server should have only sql traffic. Can this be
done by RRAS of Windows 2000 server?

Thanks
Reddy
 
I have 2 windows 2000 servers. One is a web server ( asp pages ) connected
to the public side of my router and the other one is
a database server ( SQL server ) which is connected to this web server.

I want to have my database server ( SQL server) secure, I want it to allow
connections only from my web server. In other words the link between
my web server and database server should have only sql traffic. Can this be
done by RRAS of Windows 2000 server?

Might look at:

HOWTO: IIS and SQL Server on Separate Machines with Trusted
Connection:
http://support.microsoft.com/default.aspx?scid=kb;en-us;q176379

Jeff
 
Back
Top