I have an error when i have installed the owin
library in my project .
The error is intercepted by Application_Error in Global.asax is
System.NullReferenceException : Object reference not set to an instance of an object.
The source of this error is not Owin in the description for the error, it's my name of my project
Below the screenshot of the error:
this mistake, I receive it every time that I make a post of my login view that is displayed as a partial view in another view
thanks for help
Regards