We are testing our websites for the new browsers IE 8.1 IE 11 classic and metro.
There is a Javascript file built into WebResource.axd . WebResource generated and loaded perfectly with Firefox, Google Chrome and IE 11 with the addition of a website in the compatibility view.
The only problem is IE 11, both classic and metro, where WebResource does not load.
Iโm not looking for the exact answer, but it bothers me,
I do not see the WebResource <script> in the generated HTML. I also do not see any request made for a resource that is implicit.
Now my question is where the problem may be, I debugged my code and could not find it in any of the custom handlers or modules.
Failure in IIS (AssemblyResourceLoader-Integrated) handlers or in the generation logic where do you register WebResource ?
Rameez Ahmed Sayad
source share