I don't understand.
<%@ Application Language="C#" %>
<%@ Import Namespace="CuteSoft.Chat"%>
<%@ Implements Interface="CuteSoft.Chat.IHttpApplicationConnectionStringProvider" %>
<%@ Implements Interface="CuteSoft.Chat.IHttpApplicationUserAdapter" %>
<%@ Implements Interface="CuteSoft.Chat.IHttpApplicationDataProvider" %>
<%@ Implements Interface="CuteSoft.Chat.IHttpApplicationSupportLogin" %>
Cutesoft used it on Global.asax. But when it run it alway complain cannot implement. and .Net always complain "Validation (ASP.Net): Attribute 'Implements' is not a valid attribute of element 'Application'". Too tired with cutechat