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 378 posts 700 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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies