browsercaps

browserCaps in an External Config File

The BrowserCaps setting is rather quite long. Is there a way to factor it into an external config file. does anyone know the markup? ...

Using the Ocean Browsercaps files with .NET 4

I have been trying to use the Ocean browsercaps files from http://owenbrady.net/browsercaps/ in a ASP.NET 4 application. When I drop the files into the App_Browsers folder I get the error The browser or gateway element with ID 'docomon505i' cannot be found. Are these files compatible with .NET4 or am I doing something wrong. The docum...

Problem in using Ocean's Browsercaps in ASP.NET app to detect spiders

Hello all, while studying a way of properly detecting crawlers on our ASP.NET application, I came across Owen Brady's broswercaps project. In order to use it, I did this: Created App_Browsers folder Created Spiders folder in the above Downloaded [OceanSpiders.browser.xml][2] and renamed it to OceanSpiders.browser so, the final fina...

Is it possible to disable the browserCaps functionality in ASP.NET?

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 defun...