> However there are other servers than Apache. For example, is it possible > to reasonably simple write code for IIS to deal with OPTIONS requests? > Can you write normal 'asp' (or is it called asp.net or aspx these days) > pages to do this?
Yes, there are no known issues with IIS and OPTIONS. Writing code to handle it should be as simple as with any other verb. Thanks, Bertrand
