I have Web SQL application using ASP pages. I have a connections string defined in a config.asp file which is included in any asp page that needs to make a connection to the DB.
The string takes the form of....
"Provider=sqloledb;Data Source=Server name or ip address;Initial Catalog=Database name;User Id=xxxx;Password=xxxx;"
I have been asked not to have the username and password in plain text. Is there another way of making the connection more secure?
Thanks
Mych
The string takes the form of....
"Provider=sqloledb;Data Source=Server name or ip address;Initial Catalog=Database name;User Id=xxxx;Password=xxxx;"
I have been asked not to have the username and password in plain text. Is there another way of making the connection more secure?
Thanks
Mych