Well, the database scripts are done.The ASP.NET membership/role
provider has been ported to MySql membership/role provider and it works
well. The installer succeeds without any problem, and MySql provider tables are auto created. It runs well on the
VS debug web server.
But there's a problem. When I attempt to
deploy to Mono/Apache, it crawls along at maybe 1 page every 10 to 20
seconds or so. Then it dies after a few pages. It also takes down my
OTHER webapps that are running ASP.NET fine. I have to `killall mono`
as well as restart Apache. If there's more than 1 person requesting
pages, it basically dies instantly. The only bright side to this is
that I'm on Mono 2.0. I'll be upgrading to 2.4 this weekend, to see if
that will solve this. If it doesn't, well I'm basically stuck for now.
taolin