Im trying to set up the cute live support via ftp.
I've uploaded the files and modified the web.config file to point to the database. After doing this, I manage to log in with the admin account, but after login in, I'm taken back to the Default.aspx page and I dont see the Admin (i only see the Home, Login and Register links as shown when you are not logged in).
I tried goign directly to the admin page by typing in the path (e.g. CuteSoft_Client/CuteChat/Admin/Default.aspx), but then I get an error saying:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'CuteSoft.Chat.UI.ChatAdminPage'.
Source Error:
Line 1: <%@ Import Namespace="CuteSoft.Chat" %>
Line 2: <%@ Page Language="C#" Inherits="CuteSoft.Chat.UI.ChatAdminPage" %>
Line 3: <%@ Register TagPrefix="uc1" TagName="Banner" Src="Banner.ascx" %>
Line 4: <%@ Register TagPrefix="uc1" TagName="Menu" Src="Menu.ascx" %>
|
How do I reslove this?