I have a Kentico CMS website that processes static resources such as png files. I would like these files not to be processed by ASP.NET. How to do it?
I am running IIS 7.5 and ASP.NET 3.5 with Kentico CMS (Web Forms). App Pool - Integrated Mode
I looked at the <location> element in the web configuration file, but it seems that its implementation did not help.
Update: Images are contained in a folder named / res, a child of the webroot folder. those. not managed by kentico, media library, etc. Added through Visual Studio.
edit: The main problem is that my homepage has a lot of images, which sometimes take a lot of time to load. in some cases, static images can be loaded in a full minute (turning off our alarm). I am not 100% sure what causes this problem and this is a troubleshooting step.
source share