Copied to clipboard

Flag this post as spam?

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


  • John Churchley 272 posts 1258 karma points c-trib
    Apr 12, 2016 @ 08:26
    John Churchley
    0

    Web Deploy

    Hi,

    I'm using web deploy within VS to publish the website to the server. The issue I'm having is it's stuck on "Adding ACL's for path (www.originalstyle.com)".

    My belief was it's because of the size of the cache directory so I've added a skip rule. Anyone have any further suggestions?

    <MsDeploySkipRules Include="SkipCach">
            <SkipAction></SkipAction>
            <objectName>dirPath</objectName>
            <absolutePath>/App_Data/cache</absolutePath>
      </MsDeploySkipRules>
    
  • Nik 1614 posts 7260 karma points MVP 7x c-trib
    Apr 12, 2016 @ 08:55
    Nik
    0

    I would ensure you don't send up any of the folders within App_Data/Temp, this includes the lucene indexes as well.

Please Sign in or register to post replies

Write your reply to:

Draft