Go to Google Groups Home    microsoft.public.dotnet.framework.aspnet
Re: ASP.Net Membership & Roles Using MySQL- Basics Needed.

DanWeaver <danofwea...@googlemail.com>

Later still and...

I believe a few steps are necessary and Im not sure of the order or
exactly how to go about them:

A) Create the DB schema on a (shared host) MySQL db... Does anybody
have the SQL already made?

B) Set up the asp project to have a reference to the correct provider
ie do something in web.config relating to <providers> and <connection
string>...

C) Change the ASP.NET Web Site Administration Tool to 'know' that
we're now using a remote provider...

D) Any other mystical steps involving importing namespaces etc...

Any takers?