Server Error in '/' Application
Looks like you forgot to register the http module
Castle.MicroKernel.Lifestyle.PerWebRequestLifestyleModule
. To fix this add <add
name="
PerWebRequestLifestyle
"
type="
Castle.MicroKernel.Lifestyle.PerWebRequestLifeStyleModule
,
Castle.Windsor
" /> to the
<
httpModules
section on your
web.config
@dylanbeattie