I installed the latest version of umbraco yesterday on xp with SQL server 2005, iis 5.1.
Everythings working fine except for adding new users. When i add any and log in as them, in the left box i get the following error
- the right click properties url is http://localhost/umbraco/TreeInit.aspx
Code:Server Error in '/' Application.
--------------------------------------------------------------------------------
The current user doesn't have access to this application. Please contact the system administrator.
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.ArgumentException: The current user doesn't have access to this application. Please contact the system administrator.
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:
[ArgumentException: The current user doesn't have access to this application. Please contact the system administrator.]
umbraco.cms.presentation.TreeInit.Page_Load(Object sender, EventArgs e) +3409
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +9
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Ive set this user with different User Types and start nodes etc but still gives the same error. Have searched for this error but havent found a solution.
Not having any asp.net knowledge i dont know what this means, except that it maybe priviledges releated.. Anyone know what may be up and how to fix this.?
thanks.
= jack