I'm using Visual Studio 2010 and have created a new "ASP.Net Web Site". Instead of using the built-in user database, I want to use a different database and table where I've got some existing login credentials stored. Is it possible to use the pre-existing pages in the "Account" subfolder or do I need to code completely new pages? Perhaps I'm overlooking something, but I can't see how to specify my particular table in the database or how I can specify my column names.
Since it was relatively easy to use Active Directory with just a few changes to the web.config file, I had hoped that using a SQL database would be somewhat easy to implement as well.
Since it was relatively easy to use Active Directory with just a few changes to the web.config file, I had hoped that using a SQL database would be somewhat easy to implement as well.