Is it possible to disable the browserCaps functionality in ASP.NET?
I wish my site to be served reliably and exactly as I have it defined to all browsers regardless of their capabilities.
If their browser can't support the site, that's their problem. My site should not be some how attempting to degrade itself to accommodate the defunct client.
This is very frustrating when it seems to have the bad luck of spiders I guess crawling the site, getting the lesser version of the site causing output caching to serve the stripped file.