Hi - I have a web application that uses JQuery , AngularJS for client side development. The site works fine on all browser versions except on one IE9 machine. When I browse any other website other than even my own web site (even Microsoft website) , I get SCRIPT70 permission denied error in developer console window and sites don't work correctly.
I searched over the internet a little bit and found out that If you run a 64-bit OS, make sure the value of this key is also set to 1: HKEY_LOCAL_MACHINE\SOFTWARE\**Wow6432Node**\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_OBJECT_CACHING\\iexplore.exeWithout this key there would be a randomSCRIPT70: Permission denied error and your site won't work correctly.
Stack Over flow Link for this is : http://stackoverflow.com/questions/5352057/script70-permission-denied-ie9
By toggling above registry key I could consistently reproduce / fix this issue.
So my question is , is there a permanent fix for this issue ? I am afraid I can not expect users of my website to be knowledgeable enough to change this registry setting.
Please advise , as this could very well be a big issue for any internet exposed web site that is having clients use IE9 with FEATURE_OBJECT_CACHING setting as 0.
Amit Ugane