Here is a thread on excludePath tips, but make sure you read to the end as some of the tips are from early on and improvements have been made. http://www.snapsis.com/Support/tabid/601/forumid/13/postid/4106/view/topic/Default.aspx This is how to exclude urls with /inc/ from caching : < path pattern="/inc/" excludeFrom="Caching" /> Depending on where the PageBlaster is listed in relation to the UrlRewriter module in your web.config you may need to do the exclude like this though: < path pattern="inc=" excludeFrom="Caching" /> |