This is a migrated thread and some comments may be shown as answers.

Setting Cache Header max-age of "Telerik.Web.UI.WebResource.axd" and other "axd" resources

2 Answers 187 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
ankur
Top achievements
Rank 1
ankur asked on 27 Apr 2015, 02:42 PM

I just want to set the Cache Header "max-age" of ".axd" resources like "Telerik.Web.UI.WebResource.axd","ScriptResource.axd" etc.

So for achieving that I just implemented the IHttpModule and used corresponding Event as in the following code-

"

 So just want to know that is this the correct approach or there are some other ways to set Cache Header "max-age" of "axd" resources.

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter Filipov
Telerik team
answered on 30 Apr 2015, 08:17 AM
Hello Ankur,

I did some research on the topic and it seems that this is a correct approach.

Regards,
Peter Filipov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
ankur
Top achievements
Rank 1
answered on 04 May 2015, 07:32 AM
Thanks Peter :)
Tags
ScriptManager and StyleSheetManager
Asked by
ankur
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
ankur
Top achievements
Rank 1
Share this question
or