Hey
I removed the 'startup.cs' file, added the <add key="owin:AutomaticAppStartup" value="false" /> and replace 'none' with 'Forms' in <authentication mode="Forms">.
I've added the SQL membership and role providers.
Then I get the error:
No owin.Environment item was found in the context.
What am I missing?