We have a collection of local/static html/js/css files with some jQuery. Users simply open index.html from their file system to view the content. It has been working well for several years and browsers (IE8/IE9/IE10/FF/Chrome). If the same index.html is
opened in IE11 it mostly shows blank content. IE11 debugger points at jQuery call XMLHTTPRequest which fails with "Access is Denied".
Interestingly, when placing the same content in IIS virtual directory and using http to access it, IE11 shows all content correctly without any problem. If this is some security issue, is there a way to work-around ?
Any help will be much appreciated - thank you.
software developer