Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{Short description|Web server interface standard}}
{{unreferenced|date=September 2016}}
'''OWIN''' (Open Web Interface for .NET) is a standard for an interface between .NET Web applications and Web servers. It is a community-owned open-source project. Prior to OWIN, Microsoft's [[ASP.NET]] technology was designed on top of [[Internet Information Services|IIS]], and Web applications could not easily be run on another Web server (although note that despite this the Mono community developed several ASP.NET compatible Web servers, such as [[XSP (software)|XSP]]). OWIN aims to decouple the relationship between ASP.NET applications and IIS by defining a standard interface. Developers of Web servers can be sure that, if they implement OWIN correctly, ASP.NET applications will run on their server. Similarly, new [[Web framework]]s could be developed as an alternative to ASP.NET. So long as they target OWIN, they will run on any OWIN compatible Web server, including IIS.
Line 20 ⟶ 21:
* [https://github.com/aspnet/AspNetKatana/ Katana Project] at [[GitHub]]
* [http://www.asp.net/aspnet/overview/owin-and-katana/an-overview-of-project-katana Microsoft's overview of Project Katana]
{{Web interfaces}}
|