Skip to content

Instantly share code, notes, and snippets.

@jamescrowley
Created June 25, 2014 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescrowley/c6c87659339e4c1e4113 to your computer and use it in GitHub Desktop.
Save jamescrowley/c6c87659339e4c1e4113 to your computer and use it in GitHub Desktop.
Owin/IIS OPTIONS problem
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="owin:HandleAllRequests" value="true" />
</appSettings>
<system.web>
<compilation debug="true" targetFramework="4.5.1" />
<httpRuntime targetFramework="4.5" />
</system.web>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment