T
Tina
In asp.net 1.1 what are the best ways to connect to sql server? I know that
putting a password and a user ID in the connection string, in the web config
is probably not the most secure. What about authorizing aspnet to access
the database? then there is no need for password and uid.
What about having the UID/Password in code in the global.asax.vb module -
then it would not be as visible as it is in the WebConfig.
I know we can encrypt the connectionstring in 2.0 but I don't think that's
possible in 1.1.
Thanks,
Tina
putting a password and a user ID in the connection string, in the web config
is probably not the most secure. What about authorizing aspnet to access
the database? then there is no need for password and uid.
What about having the UID/Password in code in the global.asax.vb module -
then it would not be as visible as it is in the WebConfig.
I know we can encrypt the connectionstring in 2.0 but I don't think that's
possible in 1.1.
Thanks,
Tina