SQL Server 2000 database access

Morpheus

Well-known member
Joined
Jan 18, 2002
Messages
62
I have a webapplication that is connected to a SQL Server 2000 database.

If I have this connectionstring in my web.config file:

sqlConnectionString="data source=127.0.0.1;user id=sa;password="

...does that mean that anyone can access the database?

What do I have to change in SQL Server 2000 to allow this?
 
Back
Top