. Hi, We are building an ASP.NET application with C#.net as language.
Here, when the IIS renders a page & when we analyze the page code with YSlow tool it shows many WebResource.axd and ScriptResource.axd files (as we are referring many script files in the page).
Server-side code is executing fast but loading of these .axd files is taking time. So would you please guide me on this, if there is a way to optimize or suppress these axd files?
If would be great if you could also provide a reference document or web references (If needed).
Many Thanks, Regards.