i got it to the logon screen Adam, I forgot to remove the --> in web.config. however, when i type admin,admin to log on, i get this error
Server Error in '/CUTE' Application.
File or assembly name cute, or one of its dependencies, was not found.
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.IO.FileNotFoundException: File or assembly name cute, or one of its dependencies, was not found.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'cute' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = cute
(Partial)
LOG: Appbase = file:///D:/WebScv/sites/chat/CUTE
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: cute
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute/cute.DLL.
LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute.DLL.
LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute/cute.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute/cute.EXE.
LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute.EXE.
LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute/cute.EXE.
|
Stack Trace:
[FileNotFoundException: File or assembly name cute, or one of its dependencies, was not found.]
System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0
CuteSoft.Chat.DataProvider.b(ai A_0) +64
ai.g() +16
CuteSoft.Chat.ChatApi.IsAdministrator(String useruniquename) +17
CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
_ASP.TopBanner_ascx.Page_Load(Object sender, EventArgs e) +368
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +750
|