When using Cookie Authentication in Dotvvm, I get a Null user exception thrown.
I used the following code in the dotvvm configuration:
{
AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie,
LoginPath = new PathString("/Account/Login")
});