Hi,
I've got my website working on my computer alright, at the stage of publishing it, but I can't figure out how to create all the tables for memberships. I've turned off default membership connection, managed to write a connection string for the db that's got my custom tables, all is working fine...
<connectionStrings>
<add name="mydbConnectionString" connectionString="Data Source=mssql1.openhost.net.nz;Initial Catalog=mydb;User ID=****;Password=****;" providerName="System.Data.SqlClient"/>
<remove name="LocalSqlServer"/>
</connectionStrings>
but need to enable membership and that's just not working without the tables, esp. that I have allowAnonymous="true"....
I'm sure it's pretty common, but would someone please point me to the right direction? I have access to MySQL and Microsoft SQL Servers...
Much appreciated,
Alexi