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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible for ASP to connect to SQL Server via ODBC without a password

Status
Not open for further replies.

EricBCA

Programmer
Jan 20, 2015
1
0
0
CA
Hi there,
I've just started in a new company, and on the intranet every time an ASP page connects to SQL Server, it does so through ODBC. Problem is, it always uses the SA password.
Now, I was thinking of changing it from SA to a new account with far fewer permissions. But, is there a way for the ODBC to connect without a password? Can it be authenticated by coming from the intranet or something?

Eric
 
Set access for that user ID to be from localhost only, or the IP of the server that the script runs on if they are not on the same machine.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top