Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

connection string 1

Status
Not open for further replies.

onressy

Programmer
Mar 7, 2006
421
CA
Hi, If my web server gets hacked the asp connection string to the db on the private backbone is comprimised. What the best way to protect a db connection string in classic ASP at the application level? Thanks
 
You could make a little COM object with one public method that returns an open ADO connection object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top