By Joe Brinkman on
11/18/2008 1:52 AM

In my previous post on the DNNMenu and SEO, I discussed testing user-agent strings and creating custom browser detection files. As part of my testing I created a simple web-app that allows you to validate your browser capabilities. By navigating to the test site, you can see exactly which features are enabled for your specific browser. To alter how ASP.Net reports the capabilities for a specific user agent, create a custom .browser file and add it to the App_Browsers folder in your website. See MSDN for a complete discussion of the browser definition file format.
...