'Links from internet explorer 11 not working in edge

In reporting services I have reports which contains links to attachments:

-When i using IE11 and clicking links everything is working fine

-but when i do the same in edge we have no reaction, when we clicking open in new tab, We only see error about:blank#blocked

-when we export reports to excel and click link, everything is working fine too

links to attachments looks like file://servername/folder/folder/attachments.xls

any ideas how to solve that problem ?



Solution 1:[1]

Change the links in your site to "ms-excel:ofv|u|file:///NameOfServer/NameOfFolder/mytest.csv" instead of "file://NameOfServer/NameOfFolder/mytest.csv". Taken from https://community.spiceworks.com/topic/2261689-how-to-open-a-local-shared-file-in-chromium-edge.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 La'Chelle Luppnow