Copied to clipboard

Flag this post as spam?

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


  • kim Thomsen 59 posts 277 karma points
    Mar 11, 2013 @ 16:45
    kim Thomsen
    0

    Cassette With umbraco(6.0.2) MVC

    Hi

    when i install Cassette.aspnet from nuget in my MVC Project, All my pages shows up as blank pages

    Does enyone know why that is and how to fix it?

    Best regards Kimtho6

  • kim Thomsen 59 posts 277 karma points
    Mar 13, 2013 @ 18:18
    kim Thomsen
    0

    Found a solutions. Do it like this instead
    http://www.youtube.com/watch?v=vhZZ45xHaWA&feature=youtu.be ;

  • Drew Garratt 44 posts 192 karma points
    Mar 16, 2013 @ 22:51
    Drew Garratt
    0

    Hi there Kim,

    I was about to post on the forum with the very same issue. Unfortunately the video link you posted is private and can't be viewed. Any clues you can give to alliviate the issue would be awesome =)

  • kim Thomsen 59 posts 277 karma points
    Mar 17, 2013 @ 10:41
    kim Thomsen
    100

    Hi there yea he reposted the video http://www.youtube.com/watch?v=oLTjKPOEkKg

  • De-eL 8 posts 29 karma points
    Mar 27, 2013 @ 06:24
    De-eL
    1

    I got around this issue by setting rewriteHtml flag to false in web.config. I noticed that this feature wouldn't work when dynamic compression is turned on in IIS

      <configSections>

        <section name="cassette" type="Cassette.CassetteConfigurationSection, Cassette" />

      </configSections>

      <cassette rewriteHtml="false" />

Please Sign in or register to post replies

Write your reply to:

Draft