You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Not only that. You'll run into problems again when you get to the chapter on security. In machine.config there's a connection string that uses SQL Express to automatically create a database with the required schema for Membership, Roles, Profile and more. If you have your own database, you'll need to manually create the schema and data (using a tool called aspnet_regsql), reconfigure the providers and update your connection string. So be warned ;-) Appendix B deals with this in detail.