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?
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?