Add the browsers file to the app_browsers folder. The content is as follows:
<! --
You can find the existing browser definition in <WINDIR> \ Microsoft. Net \ framework \ <ver> \ config \ browsers.
-->
< Browsers >
< Browser ID = "Safari3" Parentid = "Safari1plus" >
< Identification >
< Useragent Match = "Safari/\ D + \. \ D +" />
</ Identification >
< Capture >
< Useragent Match = "Version /(? 'Version' \ D + \. \ D + )" />
</ Capture >
< Capabilities >
< Capability Name = "Browser" Value = "Safari3" />
< Capability Name = "Version" Value = "$ {Version }" />
</ Capabilities >
< Controladapters >
< Adapter Controltype = "System. Web. UI. webcontrols. Menu"
Adaptertype = "" />
</ Controladapters >
</ Browser >
< Browser ID = "Googlechrome" Parentid = "Safari3" >
< Identification >
< Useragent Match = "Chrome /(? 'Version' \ D + \. \ D + )" />
</ Identification >
< Capabilities >
< Capability Name = "Browser" Value = "Googlebot" />
</ Capabilities >
</ Browser >
</ Browsers >