Where can I report an issue with IIS?
Posted
by
Nathan Taylor
on Server Fault
See other posts from Server Fault
or by Nathan Taylor
Published on 2012-04-13T20:08:31Z
Indexed on
2012/04/13
23:32 UTC
Read the original article
Hit count: 333
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 (and, I assume, IIS) 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?
© Server Fault or respective owner