is any way to cache a whole folder with resources in ASP.NET without write own HttpModule?
e.g.: folder with Wysiwyg editor javascript and styles
is any way to cache a whole folder with resources in ASP.NET without write
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way this can be done is by using the “Enable Content Expiration” setting in the IIS, you can set the expiration date for that folder to some date far in the future.