Mini Kabibi Habibi
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Routing;
using System.Data.Common;
namespace DXSK8.Service {
// Note: For instructions on enabling IIS6 or IIS7 classic mode,
// visit http://go.microsoft.com/?LinkId=9394801
public class MvcApplication : System.Web.HttpApplication {
protected void Application_BeginRequest(object sender, EventArgs e) {
DataServicesCORS.CorsSupport.HandlePreflightRequest(HttpContext.Current);
}
}
}