I'm in the process of creating a forms authentication based site, and having never needed to do authentication before, I'm a bit stuck.
I have a stock ASP.NET web app fresh from the wizard in VS2010 to test with. I've followed the steps here http://msdn.microsoft.com/en-us/library/879kf95c.aspx to get a working authenticated site.
I have also used aspnet_regsql.exe to create the necessary tables in a fresh database which will be used for the app data as well as authentication.
What I'm now stuck on is how do I tell the app that it should point at the new database, not the one it created in App_Data...
Any help would be much appreciated.
Thanks, Paul.