Insight into the security of a connection.
From: Ann (ann.r@ia.ucsb.edu)
Date: 02/26/03
- Next message: Jamie Orzechowski: "SQL Server Listen on only 1 IP Address??"
- Previous message: Alin: "Scripting the SQL7 sp4 hotfix"
- Next in thread: news@news.com: "Re: Insight into the security of a connection."
- Reply: news@news.com: "Re: Insight into the security of a connection."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ann" <ann.r@ia.ucsb.edu> Date: Wed, 26 Feb 2003 12:09:50 -0800
I posted the message "Securing my password when
connecting." I think I got some insight in the last hour
about the security of a connection. Please correct me if
I'm going astray...
My connection code in ASP/VBScript ...
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "PROVIDER=MSDASQL;" etc
...is executed on the same server as the SQL Server. Does
this mean that the connection string is not exposed to
anybody else, because it never goes out on the internet?
I'm still looking for a way to get SQL Server to prompt me
for a userid and password when connecting.
Ann
- Next message: Jamie Orzechowski: "SQL Server Listen on only 1 IP Address??"
- Previous message: Alin: "Scripting the SQL7 sp4 hotfix"
- Next in thread: news@news.com: "Re: Insight into the security of a connection."
- Reply: news@news.com: "Re: Insight into the security of a connection."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|