0

I have built an application that uses Ajax toolkit modal popups. The application tests fine on all browsers run from the local IIS on Visual Studio. When deployed to IIS 8.5 the application works fine on Chrome, FF and Edge - (modal popup showing) however on IE 11 and IE 10 the modal popup does not show.

Does anyone have a hint why this is?

Kai

1 Answers1

0

I have the solution.

1) Donwload html5-dataset.js (https://gist.github.com/brettz9/4093766) and save on folder /Scripts

2) add this code on page

<asp:ScriptReference Path="~/Scripts/html5-dataset.js" />