I have installed instances of both SQL Express and SQL Developers edition. I have installed my customer DB on SQL Developers Edtion using LINQ to Entities. I migrated tfro SQL Express as I was having a problem with SQL Express and a n-tier application(3 projects).
I am ready to add in my membership provider (both membership and role provider) for my application but I want to be sure it is created using SQL Developers Edition. How do I create the provider?
Also, being such a newbie, I need help in creating the CONNECTION STRING for my ASPNETDB.mdb database.
Thanks in advance!