Hi Folks

I have a blog which features an RSS feed button, which is causing me grief with users of Chrome browser. Strangely, the RSS feed displays raw xml to most Chrome users because it requires a Chrome extension to display the feed correctly. (what were the Chrome developers thinking?)

My client doesn't want users complaining his website doesn't work, or to have the role of explaining how to get and install the appropriate extension, so we plan to just hide the feed in the case of visitors with Chrome.

Next question: how to detect Chrome browser in asp.net code behind?
it seems Request.Browser produces the answer 'Safari' for some reason, although the real Safari is OK with RSS feeds.

Can anyone help?

Thanks

Clive