Someone can correct me here if I am wrong but SQL Authentication is when you use a SQL login name and password as opposed to a Windows login name and password to access a SQL Server.
To set it up in web.config - you could just add a connection string as a key in the <appSettings> section in your web.config and return this from your code e.g.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.