im trying to install a fresh Umbraco 4.0.3 on a Windows 2008 server.
After messing with the app pool and setting the app pool owner to network service i try to run http://localhost but i get a debug trace with this error:
Trace Information
Category
Message
From First(s)
From Last(s)
aspx.page
Begin PreInit
umbracoInit
handling request
4.07873067666421E-05
0.000041
Unhandled Execution Error
Object reference not set to an instance of an object. at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Page.OnPreInit(EventArgs e) at System.Web.UI.Page.PerformPreInit() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
0.000413460369963222
0.000373
I have set the correct security level on all Umbraco dirs, and i use the default integrated IIS7 app. pool.
Installing 4.0.3 error
im trying to install a fresh Umbraco 4.0.3 on a Windows 2008 server.
After messing with the app pool and setting the app pool owner to network service i try to run http://localhost but i get a debug trace with this error:
Trace Information
Object reference not set to an instance of an object.
at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Page.OnPreInit(EventArgs e)
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I have set the correct security level on all Umbraco dirs, and i use the default integrated IIS7 app. pool.
What am i missing ?
Thanks
Mikael
Just an addon to the previous post
i'm using the web.config file supplied for .net 3.5 on codeplex
Did you ever get to the bottom of this??
is working on a reply...