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?
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?
I would ensure you don't send up any of the folders within App_Data/Temp, this includes the lucene indexes as well.
is working on a reply...