Re: ChatProvider not initialized

  •  05-27-2010, 4:51 AM

    Re: ChatProvider not initialized

    northerncs:
    I have the default install with the default credentials.

    Table SampleUsers
     Fields 
    LoginName NickName, Password, Email, IsAdmin
    admin
    admin
    admin
    admin@localhost.com
    1
     
    It says "You entered an invalid password".
     
    Is it expecting the password to be encrypted in the database?
     
    Hi northerncs,
     
    Just confirm something.
     
    Do you have your own membership database? Or just use our demo database (install by CuteLiveSupport.sql)?
     
    If you using our demo database, just need to use the "Global.asax" in our demo. Do not need create your own chat provider.
     
    I suggest you deploy our demo as a separate application to test.
     
    If it works,  then integrate your own membership.
     
    Regards,
     
    Ken
View Complete Thread