ADO .NET Connection Best Practice

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a middle tier dll that will be accessing SQL Server 2000 with ADO .NET. What is the best way to do my connection? Adding a user to SQL Server or using the Windows authentication
 
It really depends, but in general, using Windows Authentication is
considered more secure and it's definitely easier to maintain.

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
http://www.devbuzz.com/content/zinc_personal_media_center_pg1.asp
Alex said:
I have a middle tier dll that will be accessing SQL Server 2000 with ADO
..NET. What is the best way to do my connection? Adding a user to SQL Server
or using the Windows authentication?
 
Back
Top