Re: We have a paid customer installation service $100

  •  11-16-2005, 11:36 PM

    Re: We have a paid customer installation service $100

    mekalaasri,
     

    you need to write your own provider.

    Please check the document in the developer guide:

    How can I hook CuteChat with my existing login system?

    CuteChat was built with the idea of extensibility in mind. 

    CuteChat implements what is commonly known as a "Provider Model" design patternwhich will be used throughout the ASP.NET 2.0 framework.

    A "Provider Model" design pattern separates the application logic for the service from its underlying storage repository by introducing a "provider" software component in between.

    This "provider" component exposes a standard interface to the service logic, but allows developers to implement the provider component on top of a repository of their choice.

    By creating custom providers, developers can easily write their own data and business logic layers and simply plug it into existing user management system and reuse the same set of user management system.

    The CuteChat 1.0 ships with seven pre-built providers...

     

    Keep me posted

    Hope it helps.

     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread