| |
microsoft.public.dotnet.framework.aspnet |
First a google search yields: This should solve most of your needs. It has both the scripts to create the Note that the article states you need the latest MySQL Connector: There is a cost if this is a commercial site. If this is not acceptable, thsi one might work: And the MySQL forum has one as well: -- Subscribe to my blog or just read it: ************************************************* > I believe a few steps are necessary and Im not sure of the order or > A) Create the DB schema on a (shared host) MySQL db... Does anybody > B) Set up the asp project to have a reference to the correct provider > C) Change the ASP.NET Web Site Administration Tool to 'know' that > D) Any other mystical steps involving importing namespaces etc... > Any takers?
http://www.codeproject.com/KB/database/mysqlmembershipprovider.aspx
database and the custom membership provider. This is an "out of box"
implementation, meaning it mimics the standard ASP.NET implementation.
http://www.mysql.com/products/connector/net/
http://www.codeproject.com/KB/aspnet/Suite_MySQL_Provider.aspx
http://forums.mysql.com/read.php?38,63403,63403
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com/lists/feed.rss
http://gregorybeamer.spaces.live.com/
| Think outside the box!
|
*************************************************
> exactly how to go about them:
> have the SQL already made?
> ie do something in web.config relating to <providers> and <connection
> string>...
> we're now using a remote provider...