Answered by:
How Use Image Expire Tag in web.config

-
<IfModule>
ExpiresActive on
ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
</IfModule>i want to use for Window server
it's any converter code tool so i can use Image Expires Tag in web.config
- Edited by Vikas Salve Wednesday, April 08, 2015 3:41 PM
Question
Answers
-
Hi Vikas,
Before going further, the question should not be related to group policy. Based on the description, I am not sure that this can be helpful but we can try to ask for suggestions in the following forum.
ASP.NET
http://forums.asp.net/Best regards,
Frank Shen
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- Proposed as answer by Frank Shen5Moderator Tuesday, April 21, 2015 6:41 AM
- Marked as answer by Frank Shen5Moderator Wednesday, April 22, 2015 8:54 AM
All replies
-
1) Libwww-perl Access
RewriteCond %{HTTP_USER_AGENT}
libwww-perl.* RewriteRule .* – [F,L]
2) Server Signature
ServerSignature Off
ServerTokens Prod
3) IP Canonicalization
RewriteCond %{HTTP_HOST} ^XXX\.XXX\.XXX\.XXX
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
- Merged by Frank Shen5Moderator Monday, April 13, 2015 7:03 AM same question
-
Hi Vikas,
Before going further, the question should not be related to group policy. Based on the description, I am not sure that this can be helpful but we can try to ask for suggestions in the following forum.
ASP.NET
http://forums.asp.net/Best regards,
Frank Shen
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
- Proposed as answer by Frank Shen5Moderator Tuesday, April 21, 2015 6:41 AM
- Marked as answer by Frank Shen5Moderator Wednesday, April 22, 2015 8:54 AM