I am very confused with this 2 files. when i go to chrome =>
developer tools =>
Resource
I see this 2 files loading over 8-9 times, specially ScriptResource.axd file 6 times.
when i open these file, they have javascript inside it and every file has a diff codes.
i understand from this SO Post that these are ScriptManager file whenever you use Ajax in your app. and also it says that it is generated one time when you deploy. BUT i see it total of 9 times on my local as well as on my server. and each file is taking around 32ms to load, thats what i see in developer tools.
please help me with this and let me know how can i resolve these files to load only once.
thank you for your time.