Message from discussion
ASP.Net Membership & Roles Using MySQL- Basics Needed.
Path: g2news1.google.com!postnews.google.com!z24g2000prf.googlegroups.com!not-for-mail
From: DanWeaver <danofwea...@googlemail.com>
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: ASP.Net Membership & Roles Using MySQL- Basics Needed.
Date: Fri, 11 Apr 2008 06:17:51 -0700 (PDT)
Organization: http://groups.google.com
Lines: 21
Message-ID: <00e73621-bc2e-444e-ac19-31a5390e9af3@z24g2000prf.googlegroups.com>
References: <76228ffb-c313-4d0c-93dd-ef2e418ae627@q24g2000prf.googlegroups.com>
<#yzt##1mIHA.3512@TK2MSFTNGP03.phx.gbl> <b0b6c960-2039-4685-a2b4-47a90ec759d1@24g2000hsh.googlegroups.com>
NNTP-Posting-Host: 87.112.77.81
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1207919871 15108 127.0.0.1 (11 Apr 2008 13:17:51 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 11 Apr 2008 13:17:51 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: z24g2000prf.googlegroups.com; posting-host=87.112.77.81;
posting-account=8FHYRAgAAAAAK1kaS8vQDx4G7nZHgtTC
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.13)
Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe)
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?