Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone



Can limit a user to a use a specific browser with a specific version?


Thank you
Posted

1 solution

check Browser Detection in ASP.NET Demo[^]
you can check Name, version etc and if the browser not passing your conditions, you can redirect to a another page with message detailed message. You better add which version of browser support this app and where to download the latest version etc.
 
Share this answer
 
Comments
ITTIHAD FC. 19-Jun-14 4:06am    
IE9

When I installed IE 11 I faced many problems in pages design.

Because this reason I want to limit users
pdoxtader 19-Jun-14 9:20am    
Limiting users to a specific browser is a bad idea. You should instead attempt to support a subset of the most popular browsers - for instance maybe IE, Chrome, Firefox and Opera. It's a pain... but the non IE browsers in the list above generally follow the standards more closely then IE, and because of that code you write usually works well across them. You may need to detect and code parts of your web application specifically for IE, but of course you can't leave support for it out.

Just my 2 cents.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900