Home All Groups Group Topic Archive Search About
Author
27 May 2009 9:40 PM
Seema
I want to use the login Controls on Users That are in My SQL Server database
user table. How do I authenticate user based on the users table in SQL
Server? I don't want to use Stored procedures also. I am using Linq to entity
database.

Thanks.

Author
13 Jun 2009 4:54 PM
Stan
On 27 May, 22:40, Seema <Se***@discussions.microsoft.com> wrote:
> I want to use the login Controls on Users That are in My SQL Server database
> user table. How do I authenticate user based on the users table in SQL
> Server? I don't want to use Stored procedures also. I am using Linq to entity
> database.
>
> Thanks.

You need a Membership provider for MySql

Microsoft doesn't provide one but there are some third party ones
around e.g.

http://www.codeproject.com/KB/database/mysqlmembershipprovider.aspx