Re: Access Sql server 2005 from .net class library
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Wed, 11 Jul 2007 21:23:03 +0000 (UTC)
lankylad (lankylad@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
All the advice from Microsoft seems to be to avoid mixed authentication,
so I have been trying to use only Windows Authentication.
I was involved in a thread recently, where people with more experience than
me of ASP .Net appeared to say that SQL Authentication is the way to. See
http://groups.google.com/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/490bcd10eb414fff/9387d0c3d4840065?lnk=st&q=&rnum=1&hl=sv#9387d0c3d4840065
SQL authentication on SQL 2000 has a couple of problems. The password is
passed only lightly masked, and there is no protection against brute force
attacks. SQL 2005 on Win 2003 is better protected against the latter.
But you should not expose SQL Server on the Internet if possible.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- Re: Access Sql server 2005 from .net class library
- From: Roman Rehak
- Re: Access Sql server 2005 from .net class library
- From: bass_player [SBS-MVP]
- Re: Access Sql server 2005 from .net class library
- From: Erland Sommarskog
- Re: Access Sql server 2005 from .net class library
- From: Erland Sommarskog
- Re: Access Sql server 2005 from .net class library
- Prev by Date: Re: How can I see what permissions "VIEW SERVER STATE" has?
- Next by Date: Re: Assign permissions to allow updates but deny select on table
- Previous by thread: Re: Access Sql server 2005 from .net class library
- Next by thread: Re: DB Role and DBO
- Index(es):
Relevant Pages
|