| Added: July/05/2006 at 1:26am | IP Logged
|
|
|
I am hoping you can help and point out where I might be going wrong.
I have installed the aspprotect v7 and tested it. I am able to login and create a user etc.
I have just installed the .net addon and followed your instructions but I am getting teh following error after i try to login:
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
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.Data.OleDb.OleDbException: Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
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:
[OleDbException (0x80040e4d): Cannot start your application. The workgroup information file is missing or opened exclusively by another user.] Microsoft.VisualBasic.CompilerServices.Container.InvokeMetho d(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags) +272 Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMe thod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure) +196 Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCa ll(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) +216 aspprotectauthentication.aspplogin.Login_Click(Object Src, EventArgs E) +638 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEven tHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
I have tried placing the .net files in the root and also within a dotnet folder within the aspprotect folder but I get the same error.
The current location of the files are:
E:\hosthome\account\mysite.com\aspplogin.aspx E:\hosthome\account\mysite.com\ASPPstyles.css E:\hosthome\account\mysite.com\protectpage.ascx E:\hosthome\account\mysite.com\testprotect.aspx E:\hosthome\account\mysite.com\Web.config E:\hosthome\account\mysite.com\bin\aspprotect.authentication .dll
ASPProtect version 7: E:\hosthome\account\mysite.com\aspprotect\
I have replaced the relevant asp files in password_admin with the "new classic asp admin area files"
I would appreciate your ideas on what could be causing this error and how i might be able to fix it.
I have attached a modified version of my webconfig file.
Thanks
|