No owin.Environment item was found in the context - only on server

后端 未结 2 1939
旧时难觅i
旧时难觅i 2020-12-21 16:51

I\'m getting this error: No owin.Environment item was found in the context

I\'ve seen a zillion posts telling me that I need &

相关标签:
2条回答
  • 2020-12-21 17:11

    Bah! The server needed to be rebooted. I wasn't prompted to, so I figured I didn't need to. I did. Have I learned nothing from The IT Crowd!? ;)

    0 讨论(0)
  • 2020-12-21 17:17

    Do you have a OWIN server loaded into you app? Microsoft.Owin.Host.SystemWeb is the most common (right now):

    http://www.nuget.org/packages/Microsoft.Owin.Host.SystemWeb/

    0 讨论(0)
提交回复
热议问题