Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Check your system.webServer/modules section in web.config. it seems yours has a definition for EPiServer.Web.InitializationModule, when it should not.
Apparently, There is an entry for InitializationModule in modules but commenting that doesn't resolve the issue :(
Hi,
I was trying to upgrade the Episerver version from 9 to 10, after running the nuget commands and resolving compilation issues, I could get the code to build but then during runtime, I get the following message
EPiServer.Web.InitializationModule, EPiServer does not implement IHttpModule.
I couldn't understand what exactly is being conveyed here! I commented all InitializationModule in the application to see for any difference but none. Has anybody came across such a scenario before?
Thanks in advance