While working with an ASP.NET application on Chrome for Android I discovered that Request.Browser.Cookies
returns False for that browser (despite the browser supporting cookies). Based on what I've read, this indicates a problem with the database which ASP.NET uses to look up information about different UserAgents. The fact that it returns False means that the database is either missing Chrome for Android, or has invalid data for it.
What is the a proper place to report IIS issues like this?