I am using asp.net in backend and Javascript (ExtJs) in frontend. I want my web app to open in some particular browser. ex: IE11. I thought to try noscript tag
But not getting any idea how to get this.
Suppose I am able detect my browser then How I will restrict to IE 11 only. Can anybody suggest what I need to do.