All icons are returning 404 error

Hello,


When I tried to run Annotation trial version under ASP.NET MVC solution using the tutorial
I found it working and compiles without issues but when I run it from VS 2013 all icons don’t load and it shows some JS errors, can you help please?

Attached file shows the errors and the path of each icon.

Thank you…

Hello,


We are sorry to hear that you have such issue. To fix this issue you should add to your Web.config to system.webServer section this code:


or simply set the runAllManagedModulesForAllRequests parameter of “modules” to “true”:


Best regards.