|
Home > Archive > IIS Server Security > July 2004 > Windows Authentication from Web App in DMZ
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Windows Authentication from Web App in DMZ
|
|
| David White 2004-07-12, 7:53 am |
| Hello,
Can anyone guide me to information about best practices for implementing
authentication to an SQL server (domain member) from a Web Server (DMZ, not
a domain member) using windows authentication.
Thx
| |
| Keith W. McCammon 2004-07-12, 7:53 am |
| What type of implementation? Code, network-layer, transport security?
"David White" <David.White@verizon.be> wrote in message
news:OL6fhFAaEHA.3664@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> Can anyone guide me to information about best practices for implementing
> authentication to an SQL server (domain member) from a Web Server (DMZ,
not
> a domain member) using windows authentication.
>
> Thx
>
>
| |
| Jeff Cochran 2004-07-12, 5:56 pm |
| On Mon, 12 Jul 2004 13:14:18 +0200, "David White"
<David.White@verizon.be> wrote:
>Can anyone guide me to information about best practices for implementing
>authentication to an SQL server (domain member) from a Web Server (DMZ, not
>a domain member) using windows authentication.
Well, best would be to use SQL Authentication... 
You have a number of issues here. If it's a non-domain server, you
need a trust or other way to authenticate a domain user. You will
also need to deal with Windows networking through your firewall.
Might want to start here:
HOWTO: IIS and SQL Server on Separate Machines with Trusted
Connection:
http://support.microsoft.com/defaul...b;en-us;q176379
Jeff
|
|
|
|
|