Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Simon steed 374 posts 686 karma points
    Nov 14, 2011 @ 12:52
    Simon steed
    0

    Adding the axd handlers

    Thanks for downloading, hope it helps with page speed etc. Only thing the package does not do at the moment is install the handlers into the <Handlers> node in the web.config file.

    You will need to manually add these for now - simply add the following at the end of your existing handlers

     

     <add name="js handler" path="js.axd" verb="*" type="SimonAntony.Umbraco.Library.Compression.HttpHandlers.JavaScriptHandler" resourceType="Unspecified" preCondition="integratedMode" />

          <add name="css handler" path="css.axd" verb="*" type="SimonAntony.Umbraco.Library.Compression.HttpHandlers.CssHandler" resourceType="Unspecified" preCondition="integratedMode" />

    Once i've worked out why the package is not adding them, i'll update it with a new version.

Please Sign in or register to post replies

Write your reply to:

Draft