-
Notifications
You must be signed in to change notification settings - Fork 334
Home
Chris R edited this page Feb 8, 2017
·
5 revisions
For an overview of the Katana Project's core concepts and components, refer to the whitepaper, An Overview of Project Katana
Katana is a collection of projects for supporting OWIN http://owin.org with various Microsoft components. Currently it includes OWIN support for System.Web and System.Net.HttpListener.
Also included is a OwinHost.exe for running self-host servers (like HttpListener) from the command line.
These [Hello World] instructions will help you set up an Katana based project and then author and deploy an Katana based app. For additional samples see http://aspnet.codeplex.com/.
See [Configuration]
See MSDN.
See [Selfhosting]
See [Debugging].
See [OWIN Keys].
See [Static Files on IIS]
See [System.Web response cookie integration issues]