Installation Help Please

Last post 04-01-2005, 11:03 AM by Adam. 2 replies.
Sort Posts: Previous Next
  •  04-01-2005, 5:23 AM 5221

    Installation Help Please

    Hi CuteChat, (I am reposting this as no-one as replied to my first post. Without Help from CuteChat your product is useless and I will have to return it)
    Your chat application looks great but your installation documentation is very sparse and ambigous.
     
    Here is what I have done. I have a VS .NET 2003 Web Project which has our customers web site in.
    I have copied/uploaded all the license files and dlls to the right place and referenced CuteSoft.Chat.dll and CuteSoft.ChatService.dll within the web application from the bin directory.
    We have created three derived classes within the web application named as follows:
     
    clsCuteSoftConnectionStringProvider - inherits your CuteSoft.Chat.ConnectionStringProvider etc
    clsCuteSoftDataProvider
    clsCuteSoftUserAdapter
     
    Am I to assume that when I run the CuteChat Basic Configuration that I need to enter the following (assuming my web application is generating a .dll file called "MyWebApp1"
     
    User Adapter Type: MyWebApp1.clsCuteSoftUserProvider,MyWebApp1
    Data Provider Type: MyWebApp1.clsCuteSoftDataProvider,MyWebApp1

    Having saved to the database - its saves to your _config table fine - I checked in enterprise manager. Yet when I try and navigate to http://localhost/CuteSoft_Client/CuteChat/Admin/default.aspx - which I assume I need to go to first to setup some chat rooms - I just get an asp.net error debug page saying the info below: It does not make any sense. Please help asap.

     Also can you explain what this line of code means in your help document :

    CuteSoft.Chat.ChatWebUtility.CurrentIdentity.IsRegistered

    Server Error in '/' Application.

    Forbidden

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Web.HttpException: Forbidden

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [HttpException (0x80004005): Forbidden]
       CuteSoft.Chat.UI.ChatAdminPage.OnInit(EventArgs e) +108
       System.Web.UI.Control.InitRecursive(Control namingContainer) +241
       System.Web.UI.Page.ProcessRequestMain() +197
    

     
  •  04-01-2005, 10:50 AM 5232 in reply to 5221

    Re: Installation Help Please

    emerald-db,
     
    It looks like your DataProvider has some problems.

    Please check this method:

    public override bool IsAdministrator(string useruniquename) --- Check the user is an administrator or not.

    If the Cute Chat detects the current user isn't the admin (IsAdministrator is false), the Cute Chat will return a Access Forbidden exception.



    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

  •  04-01-2005, 11:03 AM 5235 in reply to 5221

    Re: Installation Help Please

    IsRegistered. -- Check the user is a registed user or not.

    You don't need to write implementation for this method. Cut Chat gets this value from checking the unique name of the current user.

    If the unique name of the current user is not null, IsRegistered is true;

    public override string GetUserUniqueName(System.Web.HttpContext context)
     Retrieves the unique user name of the current user.

    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 as RSS news feed in XML