I am trying to integrate the standalone version of Cute Chat into and existing asp.net C# website using my existing roles and asp.net membership database schema. I do not want to use the delivered sampleRoles, sampleUserRole, and sampleUsers tables. How do I setup the SampleProvider.cs, RoleData.cs, and UserData.cs to use the basic asp.net membership schema? Seems like there should be example files that I can download and use to overwrite the existing files since the asp.net membership schema is a standard installation on thousands of .net websites. Thanks ahead of time!