Hello,
I am use the standard membership functionality for a Visual Studio 2005 Web solution. I created a custom table named aspnet_UserInfo to store user information (FirstName, LastName) that is not part of the standard table structure. I am trying to connect to the ASPNETDB.MDF file from another file. I do not have a problem connecting to any other table in the ASPNETDB.MDF database exceipt the custom aspnet_UserInfo table.