If the above fix doesn't work, this means that IIS hasn't recompiled information about browsers for the Web interface. As we've found out, there is a bug with browser definition files in IIS: if the App_Browsers folder contains more than 1 browser definition file, occasionally, IIS can ignore changes in all files except the 1st file in the folder. For more information, see section Bugs in the following article: http://forums.asp.net/t/955969.aspx?Mas ... tion+Files.
Since all Adaxes Web Interfaces already have a browser definition file out of the box called ie.browser, when the issue occurs, IIS will track only changes in the ie.browser file. It will ignore adding, removing browser files or making any changes in any files except the ie.browser file.
To work around the issue, you need to force update of browser information in IIS. To do this:
- Launch notepad.exe.
- Open the ie.browser file for the Web Interface you want to configure. By default, it is located in folder C:\Program Files\Softerra\Adaxes 3\Web Interface\<Web_Interface_Type>\App_Browsers on the computer where the Web interface is installed.
- Save the file by pressing Ctrl+S. This will update the modification date of the file which is sufficient to force update of browser information.
- If necessary, repeat the same for the rest of the Web interfaces.