I want to know that for which purpose the browser file in asp .net is used in web application/website????
Is it required for URL rewriting???
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jan 27, 2011, 12:22 PM
for example: asp:menu did not supports on chrome, by setting .browser configurations you can view the menu correctly.
This file is stored under App_Browsers folder.
You can find existing browser definitions at
To override this we can use .browser files.
refer