Asp Site and MSSQL server database

Last post 11-28-2004, 3:01 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  11-26-2004, 5:20 PM 2630

    Asp Site and MSSQL server database

     

    Hello,

     

    I have a website  It’s program language is ASP. I want to run Cutechat at that site. But I do not know how to integrate the chat program. I am not a programmer.

     

    Site also runs by MSSQL. We have over 10 000 registered users. I want to use the same member  database. I do not want members have to register or need to write their name or pass again when they want to chat. Is that possible?

     

    Currently I try to use trial version. If we can work out the features I wrote above, I want to buy the Cutechat program. Will you please help me?

  •  11-28-2004, 3:01 PM 2646 in reply to 2630

    Re: Asp Site and MSSQL server database

    Hi Canan,

    do you use the clear text in your database to store the user password?

    If so, here are my suggestions.

    1. User Registration and Management

    You can still use the existing ASP script to do the user Registration and Management.

    2. Login and Authentication

    Remove the register code from the Cute Chat but leave the Login and Authentication code.

    After user input the username/password, CuteChat only need to check the database:
     
    If it matches,  the user can get into the chat room.

    If not, CuteChat redirect the user to the error page.

    Hope it helps.
View as RSS news feed in XML