Re: Exposing data
From: Adam Machanic (amachanic_at_air-worldwide.nospamallowed.com)
Date: 03/10/04
- Next message: walter.williams_at_rd.com: "Re: Linked Server Fails w/Error: 7399"
- Previous message: Dan Guzman: "Re: Linked Server Fails w/Error: 7399"
- In reply to: Jay: "Exposing data"
- Next in thread: Jay: "Re: Exposing data"
- Reply: Jay: "Re: Exposing data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 10 Mar 2004 11:16:42 -0500
Generally for web apps, the exposure works like this:
One port (or maybe two) on the firewall is open for HTTP (80, and perhaps
443 for SSL).
The web server, BEHIND THE FIREWALL, can talk to the database server. Some
admins even go so far as to put a second firewall between the web and
database servers (which I think is generally overkill). No SQL Server ports
should ever be open on the firewall. And no SQL Server should ever be in a
DMZ! That's just asking for trouble...
Anyway, here's a link with some good information about how to secure a web
app using SQL Server:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/ht
ml/openhack.asp
"Jay" <Jay@wdc.com> wrote in message
news:5D4E06B3-1BC0-4A9B-9215-2C20BC72379D@microsoft.com...
> Hi,
> I'm about to enter some new ground. I have a background of web development
(ASP) and SQL Server (network environment only). We have a new ASP.NET
application running a SQL DB. This application is to be put out on the net.
> Our network admin wants to buy another SQL licence and have the SQL server
sit outside of our network firewall. I'm more inclined to have the SQL
server inside some sort of DMZ (a topic new to me) and open a port for data
access.
> Before I take this argument to the network admin I want to arm myself with
the necessary knowledge. I guess I'm looking for articles/URLs/tutorials
which will teach me how to expose a SQL DB on our network to the internet
without risking the secuirty of our network or the SQL box itself.
> many thanks
> Jay
- Next message: walter.williams_at_rd.com: "Re: Linked Server Fails w/Error: 7399"
- Previous message: Dan Guzman: "Re: Linked Server Fails w/Error: 7399"
- In reply to: Jay: "Exposing data"
- Next in thread: Jay: "Re: Exposing data"
- Reply: Jay: "Re: Exposing data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|