简体   繁体   English

什么是欧文? 它与Asp.Net有什么关系?

[英]What is Owin? What is it's relationship to Asp.Net?

Can anyone give me a brief description of owin? 谁能给我关于owin的简短描述?

What is its relationship between asp.net mvc external log in? ASP.NET MVC外部登录之间有什么关系?

and relation to Microsoft.Owin.Security.Google? 和与Microsoft.Owin.Security.Google的关系?

You can read about OWIN at http://owin.org . 您可以在http://owin.org上了解有关OWIN的信息。 That should give you some understanding about the structure and interface of the framework and how it is used to separate any midware, eg MVC from a concrete server process eg IIS. 这应该使您对框架的结构和接口以及如何使用它来分离任何中间件(例如MVC)和具体的服务器进程(例如IIS)有一些了解。 Microsoft wants to adopt this framework/interface to make middleware like MVC available on more systems. Microsoft希望采用此框架/接口来使MVC等中间件在更多系统上可用。 Currently (MVC5) MVC is not yet a OWIN middleware, but parts like authentication already are. 当前(MVC5)MVC尚未成为OWIN中间件,但是诸如身份验证之类的部分已经存在。 So this is why you have some assembly like Microsoft.Owin.Security.Google referenced in your project. 因此,这就是在项目中引用某些程序集(例如Microsoft.Owin.Security.Google )的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM