Hello World with OWIN
very simple app to play around with OWIN. Literally JUST hello world.
Steps:
-
BUILD IT (obviously!). This will pull the relevant nuget packages
-
command prompt into the project folder (hint, where the web.config sits)
-
run "../packages/OwinHost.3.0.1/tools/OwinHost.exe"
-
magix!
Enjoy.