I can\'t seem to receive HTTP OPTIONS requests in my IIS6 hosted ASP.NET application. I\'m testing it using a debug breakpoint (and file-log) in my Global
For IIS6, you will have to enable the OPTIONS verb explicitly in the management console, and you will also need to map it to be handlded by ASP .NET. Only then, you will be able to register your handler in and get the request processed by ASP .NET.