Explain briefly OWIN (Open Web Interface for .NET) Self Hosting?

Technology CommunityCategory: ASP.NET Web APIExplain briefly OWIN (Open Web Interface for .NET) Self Hosting?
VietMX Staff asked 3 years ago

OWIN (Open Web Interface for .NET) is an interface for .NET between .NET web applications and web server. It is an open source technology. OWIN aims to decouple the connection between ASP.NET applications and IIS by giving a standard interface. Developers of web servers may be sure that, if they implement OWIN properly, ASP.NET applications can run on their server. Similarly, new web frameworks can be developed as a replacement to ASP.NET.