0
andmattia created
Hi
after upgrade from 4.2.0 to 4.8.1 I have an error on startup and I need to comment this row on web.config I need to do more action?
<modules runAllManagedModulesForAllRequests="true">
<!--<add name="PerRequestLifestyle" type="Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule, Castle.Windsor" />-->
</modules>
5 Answer(s)
-
0
Can you share the complete error message?
-
0
-
0
I think you may not need to modify the code in other places.
https://github.com/aspnetboilerplate/aspnetboilerplate/issues/969#issuecomment-206891865
-
0
Ok
So you confirm that starting from now I need to disable the module into web.confing and it's not necessay any more?
-
0
If the application is not experiencing any errors, it is no longer needed.