Integration with an existing user membership database (C#)
Before you get started, you need to understand the 'UniqueName'
in CuteChat. In CuteChat, UniqueName means the unique data of your user.
Depending on how you implement the user system, in some systems, the best
unique data is the user ID; in some system, every user have a unique account
name; some systems like MSN, the unique data is the user email. It could be
string(username, email), integer(user ID) or GUID.
Unzip the integration package zip file and open cs/Global.asax file.
The older product-specific sample packages are no longer included. Use the extension
points below to connect CuteChat to your own membership provider or application database.