I am getting the error System.Web.HttpException: Path \'OPTIONS\' is forbidden.
since we moved our website over to a new server setup. I am unable to recreate the e
This is probably permissions on your system. To get a little more detail, the search term to google up is "Path is forbidden" -- the OPTIONS part is a string that is specific to your application.
Better yet, rack your brain a little and try to think of a part of your application that attempts to access a URL or file path with that name.