Just uploaded Umbraco - Object reference not set to an instance of an object
Hi.
I just uploaded Umbraco v. 4.9 with ftp. I gave write permission to the ClientDependency folder but now I get this error:
Any ideas? Thanks.
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.
[NullReferenceException: Object reference not set to an instance of an object.]
ClientDependency.Core.Module.RogueFileFilter.ValidateCurrentHandler() +31
ClientDependency.Core.Module.ClientDependencyModule.<ValidateCurrentHandler>b__0(IFilter f) +8
System.Linq.Enumerable.Any(IEnumerable`1 source, Func`2 predicate) +151
ClientDependency.Core.Module.ClientDependencyModule.ValidateCurrentHandler(IEnumerable`1 filters) +77
ClientDependency.Core.Module.ClientDependencyModule.HandleRequest(Object sender, EventArgs e) +105
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
You should make sure that network service and iusr accounts have the proper permissions from the Umbraco root folder (the folder containing Umbraco) and all the way down.
Also make sure that your application pool is using network service and running asp.net 4.0.
Just uploaded Umbraco - Object reference not set to an instance of an object
Hi.
I just uploaded Umbraco v. 4.9 with ftp.
I gave write permission to the ClientDependency folder but now I get this error:
Any ideas?
Thanks.
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.
Hi Jess
You should make sure that network service and iusr accounts have the proper permissions from the Umbraco root folder (the folder containing Umbraco) and all the way down.
Also make sure that your application pool is using network service and running asp.net 4.0.
Hope this helps.
/Jan
is working on a reply...