London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
It looks like your website is running with StateServer, SQLServer or Custom session state mode.
The easiest workaround would be using In-Proc session state mode, if it is possible in your case:
<configuration> <system.web> <sessionState mode="InProc " /> </system.web> </configuration>
I have filed a bug.
EPiServer CMO crashes when I'm saving a test. Here is a little snippet:
Here is the full message:
Is there any fix for this?