Skip to content

Instantly share code, notes, and snippets.

@ericeijkelenboom
Created April 22, 2013 20:05
Show Gist options
  • Save ericeijkelenboom/5438052 to your computer and use it in GitHub Desktop.
Save ericeijkelenboom/5438052 to your computer and use it in GitHub Desktop.
protected void Application_Start()
{
// Add the Breeze CORS handler
GlobalConfiguration.Configuration.MessageHandlers.Add(new BreezeSimpleCorsHandler());
// All other code here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment