Re: ASP.Net Membership & Roles Using MySQL- Basics Needed.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




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


I believe the WSAT tool is only available locally.....I learnt this the hard
way.
Thus my opinion is that is is a hobbyist tool, and not worth the effort.


You probably don't want to hear this, but I'll give you the advice anyways.

Go here:
http://aspnet.4guysfromrolla.com/demos/printPage.aspx?path=/articles/010307-1.aspx



And take a hour or so ... and get the crappy Access Membership Provider
working.
Try not to just look at the code setup/config setup, but actually get it
working.

You'll learn the key items needed to swap out to a custom one.

...

Then approach the MySql version with that knowledge.
Once you get one working..the others seem easier.
I suggest the Access one becaue at least you have one that differs
signficantly from Sql Server...but is decently documented.

...

I did this (a year and half ago) and that little exercise still sits with
me....as I can swap out to a custom one quickly now.



This might help as well.
http://www.devx.com/asp/Article/29256/0/page/3





"DanWeaver" <danofweaver@xxxxxxxxxxxxxx> wrote in message
news:00e73621-bc2e-444e-ac19-31a5390e9af3@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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?





.



Relevant Pages

  • Re: Managing ASP.NET web applications remotely
    ... Is Web Site Administration Tool able to manage web applications remotely? ... it is not designed to be a remote admin tool. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How-to force Profiles to use SQL Server 2000
    ... You should be able to use the Web Site Administration Tool to change the ... AspNetSqlProvider provider for all application features. ... SQL profile provider. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASPNETDB Problem - Unable to connect to SQL Server database
    ... I get the error message: "Unable to connect to SQL Server ... I then created the ASPNETDB database with the ASPNET_REGSQL ... I tried the Web Site Administration Tool and got the same error. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Using Access mdb file with Web Site Administration Tool
    ... How can I use MSAccess's mdb file with Web Site Administration Tool ... instead of SQL Server mdf file? ... Do you have proper permissions on the Access database ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: where can I find ASP.Net Configuration
    ... That opens the website configuration tool. ... The Membership Administration Tool is a different tool. ... I search for Web Site Administration Tool and I got the answer below but I still don't know where I can find ASP.Net ...
    (microsoft.public.dotnet.framework.aspnet)